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/php4 | |
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/php4')
-rw-r--r-- | lang/php4/Makefile.ext | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index 91768f8d43e0..ddb345721205 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -153,6 +153,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" |