diff options
author | grant <grant@pkgsrc.org> | 2002-08-26 00:32:22 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-08-26 00:32:22 +0000 |
commit | 4032b2d34cb5e60a5fc590d522dd769f13fae2f0 (patch) | |
tree | ba74131562222b01a68bd6a313bb1e92bae62a77 /www/php4 | |
parent | 1073ef32e7863b5a35420fa2a40551aa7cdbc5a4 (diff) | |
download | pkgsrc-4032b2d34cb5e60a5fc590d522dd769f13fae2f0.tar.gz |
fix configure problem on Solaris while calling apxs.
Diffstat (limited to 'www/php4')
-rw-r--r-- | www/php4/distinfo | 4 | ||||
-rw-r--r-- | www/php4/patches/patch-ad | 32 |
2 files changed, 27 insertions, 9 deletions
diff --git a/www/php4/distinfo b/www/php4/distinfo index 7ccb6d669ea..ffe6125283a 100644 --- a/www/php4/distinfo +++ b/www/php4/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.9 2002/08/25 18:40:26 jlam Exp $ +$NetBSD: distinfo,v 1.10 2002/08/26 00:32:44 grant Exp $ SHA1 (php-4.1.2.tar.gz) = fc4f9685b2b26d6e12af2e746a34fadfe57f0466 Size (php-4.1.2.tar.gz) = 3359964 bytes SHA1 (patch-aa) = 08f98c6b41c24a2aa8fa417bba50cf0cb5f711af SHA1 (patch-ac) = 9478c18dbe18e8c4c05dffce31fa3f923562c832 -SHA1 (patch-ad) = 4ac02d0e0e5bd612254020d46292534a0e9445b0 +SHA1 (patch-ad) = 9a3c5faf4530325d8998777f09f470684a3ab47e SHA1 (patch-ae) = e7acc06a63f47053c81ab442b53c68d89d122f78 SHA1 (patch-af) = 34ec060ed3cdbcfc44286323f85f9938a79b0444 SHA1 (patch-ag) = 91e84f6d6862a328d3f66f87260e8f2b2953fc11 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 |