diff options
author | jlam <jlam> | 2002-08-25 18:38:05 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-25 18:38:05 +0000 |
commit | f22b8c42a61ccfbb462bf2b94c3486b7baec18bd (patch) | |
tree | d2b31bb9a6a069ebfb63079b9dddde1e6688bc4b /www/php4/patches | |
parent | 71eaa77968f19e23d72fdc88e5f38259b8f7cdf3 (diff) | |
download | pkgsrc-f22b8c42a61ccfbb462bf2b94c3486b7baec18bd.tar.gz |
Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk. This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
Diffstat (limited to 'www/php4/patches')
-rw-r--r-- | www/php4/patches/patch-ad | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/www/php4/patches/patch-ad b/www/php4/patches/patch-ad index 3cf81567ff7..58d6848539e 100644 --- a/www/php4/patches/patch-ad +++ b/www/php4/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.7 2002/02/28 06:14:47 jlam Exp $ +$NetBSD: patch-ad,v 1.8 2002/08/25 18:40:26 jlam Exp $ --- configure.orig Wed Feb 27 04:18:32 2002 +++ configure @@ -45,6 +45,15 @@ $NetBSD: patch-ad,v 1.7 2002/02/28 06:14:47 jlam Exp $ echo "$ac_t""no" 1>&6 fi +@@ -58680,7 +58662,7 @@ + + TSRM_LIB='TSRM/libtsrm.la' + TSRM_DIR=TSRM +-CPPFLAGS="$CPPFLAGS -I\$(top_builddir)/TSRM" ++INCLUDES="$INCLUDES -I\$(top_builddir)/TSRM" + + if test "$ZEND_EXPERIMENTAL_ZTS" = "yes"; then + cat >> confdefs.h <<\EOF @@ -63418,7 +63400,7 @@ if test "$enable_debug" != "yes"; then |