diff options
author | ale <ale@FreeBSD.org> | 2006-05-23 14:19:19 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-05-23 14:19:19 +0800 |
commit | 6ca39118f1f738c28b71f39134790e4099125656 (patch) | |
tree | ff1bb4057a7c35258fe58e2ad53101d02ac6b7a5 /lang/php5 | |
parent | d5cb298696dcaecd1ea1805f20161c7a4e919239 (diff) | |
download | freebsd-ports-gnome-6ca39118f1f738c28b71f39134790e4099125656.tar.gz freebsd-ports-gnome-6ca39118f1f738c28b71f39134790e4099125656.tar.zst freebsd-ports-gnome-6ca39118f1f738c28b71f39134790e4099125656.zip |
Try to fix build on 4.X.
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.ext | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 35be18a4aa66..796a7b19df53 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -141,6 +141,8 @@ USE_OPENSSL= yes LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird-client CONFIGURE_ARGS+=--with-interbase=${LOCALBASE} + +USE_GCC= 3.4+ .endif .if ${PHP_MODNAME} == "ldap" @@ -283,6 +285,7 @@ CONFIGURE_ARGS+=--enable-soap \ --with-libxml-dir=${LOCALBASE} USE_GNOME= libxml2 +USE_GCC= 3.4+ USE_PHP= session USE_PHP_BUILD= yes |