From 60ec31ddc4c2340509749ef59679a82033077d9c Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Tue, 3 Jul 2007 12:59:27 +0000 Subject: Fix build on -current Submitted by: pav@ via email. --- textproc/pecl-ctemplate/files/patch-config.m4 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 textproc/pecl-ctemplate/files/patch-config.m4 (limited to 'textproc/pecl-ctemplate/files/patch-config.m4') 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 -- cgit v1.2.3