aboutsummaryrefslogtreecommitdiff
path: root/textproc/pecl-ctemplate
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2007-07-03 12:59:27 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2007-07-03 12:59:27 +0000
commit60ec31ddc4c2340509749ef59679a82033077d9c (patch)
tree463ed09d3ccb59694ace8fd4cc3ae2113afabc80 /textproc/pecl-ctemplate
parent8f0ad8ad2999fc027491de9b9ea83e1222bf3d4d (diff)
Notes
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