aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/pecl-ctemplate
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2007-07-03 20:59:27 +0800
committervanilla <vanilla@FreeBSD.org>2007-07-03 20:59:27 +0800
commit0e62d9a39b8554bc4c265c65d3d80c1e2523672e (patch)
tree3c1a6563246d2070f116369f7dbd79fde1a22fc1 /textproc/pecl-ctemplate
parent5716c5d2aea0f6e40b8f3924e60cfe352b708f69 (diff)
downloadfreebsd-ports-gnome-0e62d9a39b8554bc4c265c65d3d80c1e2523672e.tar.gz
freebsd-ports-gnome-0e62d9a39b8554bc4c265c65d3d80c1e2523672e.tar.zst
freebsd-ports-gnome-0e62d9a39b8554bc4c265c65d3d80c1e2523672e.zip
Fix build on -current
Submitted by: pav@ via email.
Diffstat (limited to 'textproc/pecl-ctemplate')
-rw-r--r--textproc/pecl-ctemplate/files/patch-config.m49
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/pecl-ctemplate/files/patch-config.m4 b/textproc/pecl-ctemplate/files/patch-config.m4
new file mode 100644
index 000000000000..12e2e56ec883
--- /dev/null
+++ b/textproc/pecl-ctemplate/files/patch-config.m4
@@ -0,0 +1,9 @@
+--- config.m4.orig Tue Jul 3 20:56:50 2007
++++ config.m4 Tue Jul 3 20:56:57 2007
+@@ -50,5 +50,5 @@
+ PHP_ADD_LIBRARY(pthread)
+ PHP_ADD_LIBRARY(stdc++)
+ PHP_NEW_EXTENSION(cTemplate, cTemplate.cpp, $ext_shared)
+- CPPFLAGS="$CPPFLAGS -Werror -Wall -g"
++ dnl CPPFLAGS="$CPPFLAGS -Werror -Wall -g"
+ fi