summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libproxy/files')
-rw-r--r--net-libs/libproxy/files/libproxy-0.4.2-glibc212.patch12
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()