summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-09-03 13:39:28 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-09-03 13:39:28 +0000
commit0921d173442f7e89a28daea10dd8ae93e5e6ce7d (patch)
tree451171c871d6f3622fb2e6833febdfc11db93b05 /dev-cpp/cppserv/files
parent Honour Gentoo LDFLAGS, bug #335799. (diff)
downloadgentoo-2-0921d173442f7e89a28daea10dd8ae93e5e6ce7d.tar.gz
gentoo-2-0921d173442f7e89a28daea10dd8ae93e5e6ce7d.tar.bz2
gentoo-2-0921d173442f7e89a28daea10dd8ae93e5e6ce7d.zip
Fix building with recent glibc wrt #335687 by Diego E. Pettenò.
(Portage version: 2.2_rc69/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/cppserv/files')
-rw-r--r--dev-cpp/cppserv/files/cppserv-0.2.13-glibc-212.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-cpp/cppserv/files/cppserv-0.2.13-glibc-212.patch b/dev-cpp/cppserv/files/cppserv-0.2.13-glibc-212.patch
new file mode 100644
index 000000000000..a1c9c98c4ee4
--- /dev/null
+++ b/dev-cpp/cppserv/files/cppserv-0.2.13-glibc-212.patch
@@ -0,0 +1,12 @@
+http://bugs.gentoo.org/335687
+
+--- src/container/requestlistener.cpp
++++ src/container/requestlistener.cpp
+@@ -29,6 +29,7 @@
+ #include <errno.h>
+ #include <fcntl.h>
+ #include <unistd.h>
++#include <sys/stat.h>
+
+ #include <functional>
+ #include <algorithm>