diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-08-16 20:46:24 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-08-16 20:46:24 +0000 |
commit | 5fa4be2305eaf009c9319bccd1bdafe19ddf32e9 (patch) | |
tree | aa60b93d1684d367cccb4ef3964bff8b9d4b77ec /net-libs/libproxy/files | |
parent | Transfer prefix keywords, bump to EAPI=3, use slot dep for x11-libs/gtk+ (diff) | |
download | gentoo-2-5fa4be2305eaf009c9319bccd1bdafe19ddf32e9.tar.gz gentoo-2-5fa4be2305eaf009c9319bccd1bdafe19ddf32e9.tar.bz2 gentoo-2-5fa4be2305eaf009c9319bccd1bdafe19ddf32e9.zip |
Fix building with recent glibc wrt #332857 by f3d.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libproxy/files')
-rw-r--r-- | net-libs/libproxy/files/libproxy-0.4.2-glibc212.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-libs/libproxy/files/libproxy-0.4.2-glibc212.patch b/net-libs/libproxy/files/libproxy-0.4.2-glibc212.patch new file mode 100644 index 000000000000..f5a01f074d7c --- /dev/null +++ b/net-libs/libproxy/files/libproxy-0.4.2-glibc212.patch @@ -0,0 +1,12 @@ +http://bugs.gentoo.org/332857 + +--- libproxy/modules/config_gnome.cpp ++++ libproxy/modules/config_gnome.cpp +@@ -19,6 +19,7 @@ + + #include <cstdio> // For fileno(), fread(), pclose(), popen(), sscanf() + #include <sys/select.h> // For select() ++#include <sys/stat.h> // for stat() + #include <fcntl.h> // For fcntl() + #include <errno.h> // For errno stuff + #include <unistd.h> // For pipe(), close(), vfork(), dup(), execl(), _exit() |