aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-01-21 21:17:26 +0800
committerbapt <bapt@FreeBSD.org>2011-01-21 21:17:26 +0800
commit2100f08c257c8aa7decdd2d5fcd2b58ebc32a527 (patch)
treece31d7adb4f83a6f01a523c6172abb5cedc48330 /www
parent416024fb1a45873ca49ac69bef4bd31deba87c70 (diff)
downloadfreebsd-ports-gnome-2100f08c257c8aa7decdd2d5fcd2b58ebc32a527.tar.gz
freebsd-ports-gnome-2100f08c257c8aa7decdd2d5fcd2b58ebc32a527.tar.zst
freebsd-ports-gnome-2100f08c257c8aa7decdd2d5fcd2b58ebc32a527.zip
Fix compilation with CXX=g++45
While here, remove MD5 from distinfo. PR: ports/154190 Submitted by: Julien Laffaye <kimelto _at_ gmail.com> Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r--www/fcgi/distinfo1
-rw-r--r--www/fcgi/files/patch-include__fcgio.h10
2 files changed, 10 insertions, 1 deletions
diff --git a/www/fcgi/distinfo b/www/fcgi/distinfo
index 5993606d5757..819fefe67f6f 100644
--- a/www/fcgi/distinfo
+++ b/www/fcgi/distinfo
@@ -1,3 +1,2 @@
-MD5 (fcgi-2.4.0.tar.gz) = d15060a813b91383a9f3c66faf84867e
SHA256 (fcgi-2.4.0.tar.gz) = 66fc45c6b36a21bf2fbbb68e90f780cc21a9da1fffbae75e76d2b4402d3f05b9
SIZE (fcgi-2.4.0.tar.gz) = 468682
diff --git a/www/fcgi/files/patch-include__fcgio.h b/www/fcgi/files/patch-include__fcgio.h
new file mode 100644
index 000000000000..137b07bfc2e6
--- /dev/null
+++ b/www/fcgi/files/patch-include__fcgio.h
@@ -0,0 +1,10 @@
+--- ./include/fcgio.h.orig 2011-01-21 12:26:36.000000000 +0000
++++ ./include/fcgio.h 2011-01-21 12:27:29.000000000 +0000
+@@ -31,6 +31,7 @@
+ #define FCGIO_H
+
+ #include <iostream>
++#include <cstdio>
+
+ #include "fcgiapp.h"
+