diff options
author | grant <grant> | 2002-08-26 00:32:22 +0000 |
---|---|---|
committer | grant <grant> | 2002-08-26 00:32:22 +0000 |
commit | 9c7d680fb994a552c0f949848863b22ad0021d39 (patch) | |
tree | ba74131562222b01a68bd6a313bb1e92bae62a77 /www/php4/patches | |
parent | badcf686a987bb47764ab5a4732c0f78362f8484 (diff) | |
download | pkgsrc-9c7d680fb994a552c0f949848863b22ad0021d39.tar.gz |
fix configure problem on Solaris while calling apxs.
Diffstat (limited to 'www/php4/patches')
-rw-r--r-- | www/php4/patches/patch-ad | 32 |
1 files changed, 25 insertions, 7 deletions
diff --git a/www/php4/patches/patch-ad b/www/php4/patches/patch-ad index 58d6848539e..a53d92fdb8f 100644 --- a/www/php4/patches/patch-ad +++ b/www/php4/patches/patch-ad @@ -1,8 +1,26 @@ -$NetBSD: patch-ad,v 1.8 2002/08/25 18:40:26 jlam Exp $ +$NetBSD: patch-ad,v 1.9 2002/08/26 00:32:22 grant Exp $ ---- configure.orig Wed Feb 27 04:18:32 2002 +--- configure.orig Wed Feb 27 20:18:32 2002 +++ configure -@@ -5138,11 +5138,6 @@ +@@ -3074,7 +3074,7 @@ if test "${with_apxs+set}" = set; then + + if test "$withval" = "yes"; then + APXS=apxs +- $APXS -q CFLAGS >/dev/null 2>&1 ++ $APXS -q CFLAGS= >/dev/null 2>&1 + if test "$?" != "0" && test -x /usr/sbin/apxs; then #SUSE 6.x + APXS=/usr/sbin/apxs + fi +@@ -3092,7 +3092,7 @@ if test "${with_apxs+set}" = set; then + + fi + +- $APXS -q CFLAGS >/dev/null 2>&1 ++ $APXS -q CFLAGS= >/dev/null 2>&1 + if test "$?" != "0"; then + echo "$ac_t""" 1>&6 + echo "$ac_t""" 1>&6 +@@ -5138,11 +5138,6 @@ EOF fi @@ -14,7 +32,7 @@ $NetBSD: patch-ad,v 1.8 2002/08/25 18:40:26 jlam Exp $ INCLUDES="$INCLUDES -I\$(top_builddir)/Zend" -@@ -16148,10 +16143,6 @@ +@@ -16148,10 +16143,6 @@ EOF else echo "$ac_t""no" 1>&6 @@ -25,7 +43,7 @@ $NetBSD: patch-ad,v 1.8 2002/08/25 18:40:26 jlam Exp $ fi -@@ -23572,19 +23563,10 @@ +@@ -23572,19 +23563,10 @@ EOF else @@ -45,7 +63,7 @@ $NetBSD: patch-ad,v 1.8 2002/08/25 18:40:26 jlam Exp $ echo "$ac_t""no" 1>&6 fi -@@ -58680,7 +58662,7 @@ +@@ -58680,7 +58662,7 @@ esac TSRM_LIB='TSRM/libtsrm.la' TSRM_DIR=TSRM @@ -54,7 +72,7 @@ $NetBSD: patch-ad,v 1.8 2002/08/25 18:40:26 jlam Exp $ if test "$ZEND_EXPERIMENTAL_ZTS" = "yes"; then cat >> confdefs.h <<\EOF -@@ -63418,7 +63400,7 @@ +@@ -63418,7 +63400,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo if test "$enable_debug" != "yes"; then |