diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-05-23 06:19:19 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-05-23 06:19:19 +0000 |
commit | d13cad079efaf9038fe73277ffaabaad5f278082 (patch) | |
tree | 176749ba7ad6fe4b4341141c778572c95175ae3c /lang/php5 | |
parent | c5a2ff0e1d2a766beb977dd4a7f691c0e33a8224 (diff) |
Notes
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 |