diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-11-18 23:07:14 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-11-18 23:07:14 +0000 |
commit | 5e1540aadcaee8b87f41ee3d82360cf67ab51794 (patch) | |
tree | bc9c95ec418c5f720626b88c00417e91ba8548fa /www/mod_php3/scripts/configure.php | |
parent | Cope with openssl's shared lib. (diff) |
graphics/gd does not install shared libraries any longer, so use
BUILD_DEPENDS instead of LIB_DEPENDS. gd-1.7.3 does not work with
PHP-3.0.12, so pull the relevant parts from their cvs tree and put
them into PATCHFILES.
I hope the PHP developers are releasing PHP-3.0.13 soon. Otherwise
we end up in maintaining their complete cvs tree as a part of ours. ;-)
Notes
Notes:
svn path=/head/; revision=23189
Diffstat (limited to 'www/mod_php3/scripts/configure.php')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 40f57f46ee41..bb10098f6cf3 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -56,7 +56,7 @@ while [ "$1" ]; do echo "APACHE_PERF_TUNING= YES" ;; \"GD\") - echo "LIB_DEPENDS+= gd.0:\${PORTSDIR}/graphics/gd" + echo "BUILD_DEPENDS+= \${PREFIX}/lib/libgd.a:\${PORTSDIR}/graphics/gd" echo "PHP_CONF_ARGS+= --with-gd=\${PREFIX}" GD=1 ;; |