summaryrefslogtreecommitdiffstats
path: root/abs/core/fcgi/gcc44-fix-include.patch
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-23 01:07:41 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-23 01:07:41 (GMT)
commitab1f74f88e28d997bbccd8ff7f3f02a098e4b226 (patch)
treeccf610e707fece79866e376226c158f1551380cf /abs/core/fcgi/gcc44-fix-include.patch
parent0fc101ce380848b03f6109cc808afcb1bad0fe92 (diff)
downloadlinhes_pkgbuild-ab1f74f88e28d997bbccd8ff7f3f02a098e4b226.zip
linhes_pkgbuild-ab1f74f88e28d997bbccd8ff7f3f02a098e4b226.tar.gz
linhes_pkgbuild-ab1f74f88e28d997bbccd8ff7f3f02a098e4b226.tar.bz2
fcgi: recompile
Diffstat (limited to 'abs/core/fcgi/gcc44-fix-include.patch')
-rw-r--r--abs/core/fcgi/gcc44-fix-include.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/abs/core/fcgi/gcc44-fix-include.patch b/abs/core/fcgi/gcc44-fix-include.patch
new file mode 100644
index 0000000..7999e1b
--- /dev/null
+++ b/abs/core/fcgi/gcc44-fix-include.patch
@@ -0,0 +1,17 @@
+Author: Tatsuki Sugiura <sugi@nemui.org>
+Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504963
+Bug-Debian: http://bugs.debian.org/504963
+Forwarded: no
+Last-Update: 2010-02-08
+
+Index: libfcgi/libfcgi/fcgio.cpp
+===================================================================
+--- libfcgi.orig/libfcgi/fcgio.cpp 2010-01-23 19:13:53.000000000 +0900
++++ libfcgi/libfcgi/fcgio.cpp 2010-01-23 19:13:55.000000000 +0900
+@@ -22,6 +22,7 @@
+ #define DLLAPI __declspec(dllexport)
+ #endif
+
++#include <cstdio>
+ #include <limits.h>
+ #include "fcgio.h"