diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2013-10-24 20:10:27 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2013-10-24 20:10:27 +0000 |
commit | 15ca72980b53d952520a6baf80beb61042a21f5f (patch) | |
tree | 37c037b5226510898846fd99320714b0b373367c /net-libs/gnutls/files | |
parent | New package for dev-java/jdbc2-stdext, a standard set of libs for Server-Side... (diff) | |
download | gentoo-2-15ca72980b53d952520a6baf80beb61042a21f5f.tar.gz gentoo-2-15ca72980b53d952520a6baf80beb61042a21f5f.tar.bz2 gentoo-2-15ca72980b53d952520a6baf80beb61042a21f5f.zip |
Version bump, bug#489262
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Diffstat (limited to 'net-libs/gnutls/files')
-rw-r--r-- | net-libs/gnutls/files/gnutls-3.2.5-build.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-libs/gnutls/files/gnutls-3.2.5-build.patch b/net-libs/gnutls/files/gnutls-3.2.5-build.patch new file mode 100644 index 000000000000..7d0ae8bae8dd --- /dev/null +++ b/net-libs/gnutls/files/gnutls-3.2.5-build.patch @@ -0,0 +1,11 @@ +diff -urNp gnutls-3.2.5.org/src/cli.c gnutls-3.2.5/src/cli.c +--- gnutls-3.2.5.org/src/cli.c 2013-10-04 13:33:43.000000000 +0300 ++++ gnutls-3.2.5/src/cli.c 2013-10-24 22:59:44.738968191 +0300 +@@ -34,6 +34,7 @@ + #include <sys/select.h> + #include <unistd.h> + #include <stdint.h> ++#include <stdbool.h> + #include <fcntl.h> + #include <netdb.h> + #include <ctype.h> |