aboutsummaryrefslogtreecommitdiffstats
path: root/main/fcgi/fcgi-2.4.0-gcc44_fixes.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-05-01 08:38:51 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2013-05-01 08:39:52 +0200
commit633e4398ed54ed55dd56fb077eb78a201db3fed7 (patch)
tree8b2d75b8eb71d0d27041f14cb47d83113ae6072d /main/fcgi/fcgi-2.4.0-gcc44_fixes.patch
parent567c3b000adfddf8d6cd18aa282dfe3a31161e7c (diff)
downloadaports-633e4398ed54ed55dd56fb077eb78a201db3fed7.tar.bz2
aports-633e4398ed54ed55dd56fb077eb78a201db3fed7.tar.xz
main/fcgi: fix underlinking, build c++ lib
Diffstat (limited to 'main/fcgi/fcgi-2.4.0-gcc44_fixes.patch')
-rw-r--r--main/fcgi/fcgi-2.4.0-gcc44_fixes.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/fcgi/fcgi-2.4.0-gcc44_fixes.patch b/main/fcgi/fcgi-2.4.0-gcc44_fixes.patch
new file mode 100644
index 0000000000..6c5cfe2f98
--- /dev/null
+++ b/main/fcgi/fcgi-2.4.0-gcc44_fixes.patch
@@ -0,0 +1,11 @@
+diff -up fcgi-2.4.0/libfcgi/fcgio.cpp.gcc44_fixes fcgi-2.4.0/libfcgi/fcgio.cpp
+--- fcgi-2.4.0/libfcgi/fcgio.cpp.gcc44_fixes 2002-02-24 21:12:22.000000000 +0100
++++ fcgi-2.4.0/libfcgi/fcgio.cpp 2009-02-15 11:35:18.000000000 +0100
+@@ -23,6 +23,7 @@
+ #endif
+
+ #include <limits.h>
++#include <cstdio>
+ #include "fcgio.h"
+
+ using std::streambuf;