diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2016-05-09 21:28:51 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2016-05-09 21:29:10 +0300 |
commit | 7557fe901507a5a3b8ccd405cd4d785ce30a4e22 (patch) | |
tree | de64d12f5075b427bfef6b2142660fc84066318a /net-libs/gnutls/files | |
parent | games-fps/doomsday: doomsday needs qtgui without gles2 (bug #572040) (diff) | |
download | gentoo-7557fe901507a5a3b8ccd405cd4d785ce30a4e22.tar.gz gentoo-7557fe901507a5a3b8ccd405cd4d785ce30a4e22.tar.bz2 gentoo-7557fe901507a5a3b8ccd405cd4d785ce30a4e22.zip |
net-libs/gnutls: version bump
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-libs/gnutls/files')
-rw-r--r-- | net-libs/gnutls/files/gnutls-3.5.0-build.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net-libs/gnutls/files/gnutls-3.5.0-build.patch b/net-libs/gnutls/files/gnutls-3.5.0-build.patch new file mode 100644 index 000000000000..3e0ca339b0b7 --- /dev/null +++ b/net-libs/gnutls/files/gnutls-3.5.0-build.patch @@ -0,0 +1,26 @@ +diff --git a/extra/openssl_compat.c b/extra/openssl_compat.c +index 399df90..4cee4cd 100644 +--- a/extra/openssl_compat.c ++++ b/extra/openssl_compat.c +@@ -26,8 +26,6 @@ + + #include "gnutls_int.h" + +-#include <gnutls_global.h> +-#include <gnutls_errors.h> + #include <string.h> /* memset */ + #include <x509/x509_int.h> + #include <libtasn1.h> +diff --git a/tests/windows/cng-windows.c b/tests/windows/cng-windows.c +index f435afb..e92f7b0 100644 +--- a/tests/windows/cng-windows.c ++++ b/tests/windows/cng-windows.c +@@ -31,6 +31,8 @@ + + #ifndef _WIN32 + ++#include <stdlib.h> ++ + void doit() + { + exit(77); |