[csw-devel] SF.net SVN: gar:[4839] csw/mgar/pkg/php4/trunk
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Wed May 13 23:09:54 CEST 2009
Revision: 4839
http://gar.svn.sourceforge.net/gar/?rev=4839&view=rev
Author: valholla
Date: 2009-05-13 21:09:54 +0000 (Wed, 13 May 2009)
Log Message:
-----------
checkin
Modified Paths:
--------------
csw/mgar/pkg/php4/trunk/Makefile
csw/mgar/pkg/php4/trunk/checksums
csw/mgar/pkg/php4/trunk/files/pgsql.diff
Modified: csw/mgar/pkg/php4/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php4/trunk/Makefile 2009-05-13 20:35:25 UTC (rev 4838)
+++ csw/mgar/pkg/php4/trunk/Makefile 2009-05-13 21:09:54 UTC (rev 4839)
@@ -53,7 +53,7 @@
CONFIGURE_ARGS += --enable-gd-native-ttf
CONFIGURE_ARGS += --enable-mbregex=shared
CONFIGURE_ARGS += --enable-mbstring=shared
-CONFIGURE_ARGS += --enable-mcal=shared
+CONFIGURE_ARGS += --enable-mcal=shared,$(prefix)
CONFIGURE_ARGS += --enable-sockets
CONFIGURE_ARGS += --with-bz2=shared,$(prefix)
CONFIGURE_ARGS += --with-db4=$(prefix)/bdb44
Modified: csw/mgar/pkg/php4/trunk/checksums
===================================================================
--- csw/mgar/pkg/php4/trunk/checksums 2009-05-13 20:35:25 UTC (rev 4838)
+++ csw/mgar/pkg/php4/trunk/checksums 2009-05-13 21:09:54 UTC (rev 4839)
@@ -1,2 +1,2 @@
-c7fe7ddb9ff68f6cc47cbdc334e3df62 download/pgsql.diff
+3870a95f52c9637798294243694fdd47 download/pgsql.diff
2e3b2a0e27f10cb84fd00e5ecd7a1880 download/php-4.4.9.tar.bz2
Modified: csw/mgar/pkg/php4/trunk/files/pgsql.diff
===================================================================
--- csw/mgar/pkg/php4/trunk/files/pgsql.diff 2009-05-13 20:35:25 UTC (rev 4838)
+++ csw/mgar/pkg/php4/trunk/files/pgsql.diff 2009-05-13 21:09:54 UTC (rev 4839)
@@ -11,3 +11,16 @@
break;
fi
done
+--- php-4.4.9/configure.o 2009-05-13 10:19:30.843906388 -0500
++++ php-4.4.9/configure 2009-05-13 10:19:57.853444779 -0500
+@@ -76431,8 +76431,8 @@
+ echo $ac_n "checking for pg_config""... $ac_c" 1>&6
+ echo "configure:76433: checking for pg_config" >&5
+ for i in $PHP_PGSQL $PHP_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do
+- if test -x $i/pg_config; then
+- PG_CONFIG="$i/pg_config"
++ if test -x $i/pg_config32; then
++ PG_CONFIG="$i/pg_config32"
+ break;
+ fi
+ done
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list