diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2007-07-03 12:59:27 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2007-07-03 12:59:27 +0000 |
| commit | 60ec31ddc4c2340509749ef59679a82033077d9c (patch) | |
| tree | 463ed09d3ccb59694ace8fd4cc3ae2113afabc80 /textproc/pecl-ctemplate/files/patch-config.m4 | |
| parent | - switch INSTALLS_SHLIB => USE_LDCONFIG (diff) | |
Fix build on -current
Submitted by: pav@ via email.
Notes
Notes:
svn path=/head/; revision=194787
Diffstat (limited to 'textproc/pecl-ctemplate/files/patch-config.m4')
| -rw-r--r-- | textproc/pecl-ctemplate/files/patch-config.m4 | 9 |
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 |
