diff options
author | David Spencer <baildon.research@googlemail.com> | 2011-07-29 23:18:49 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-30 12:42:42 -0300 |
commit | 215bce3ec1483736120fece2a7dda1dc0ee43008 (patch) | |
tree | 2b9ae229d8158a0aa93a0de0842d4519c8a4bbb6 /libraries/fcgi/fcgi-2.4.0-gcc44-fix-include.patch | |
parent | 621b9129a4d2d658dab3dde649ee962555abf379 (diff) | |
download | slackbuilds-215bce3ec1483736120fece2a7dda1dc0ee43008.tar.gz |
libraries/fcgi: Added (Fast CGI library)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/fcgi/fcgi-2.4.0-gcc44-fix-include.patch')
-rw-r--r-- | libraries/fcgi/fcgi-2.4.0-gcc44-fix-include.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/libraries/fcgi/fcgi-2.4.0-gcc44-fix-include.patch b/libraries/fcgi/fcgi-2.4.0-gcc44-fix-include.patch new file mode 100644 index 0000000000..8a846cf27a --- /dev/null +++ b/libraries/fcgi/fcgi-2.4.0-gcc44-fix-include.patch @@ -0,0 +1,28 @@ +Description: Upstream changes introduced in version 2.4.0-8 + This patch has been created by dpkg-source during the package build. + Here's the last changelog entry, hopefully it gives details on why + those changes were made: + . + libfcgi (2.4.0-8) unstable; urgency=low + . + * Switch to dpkg-source 3.0 (quilt) format + . + The person named in the Author field signed this changelog entry. +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" + |