summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-07-03 09:54:36 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-07-03 09:54:36 +0000
commit66d03d0ee3003a09544e6ef009fc36838806c323 (patch)
tree0d49cf78e044aa12f6b5c6c87660094092991493 /www
parent- php3.ini lives in ${PREFIX}/etc (instead of ${PREFIX}/lib), now. (diff)
Add --with-ttf to PHP3_CONF_ARGS when using FreeType.
Problem Reported by: Andre Shimakawa <shimakaw@cba.zaz.com.br>
Notes
Notes: svn path=/head/; revision=19968
Diffstat (limited to 'www')
-rw-r--r--www/mod_php3/scripts/configure.php1
-rw-r--r--www/mod_php4/scripts/configure.php1
-rw-r--r--www/mod_php5/scripts/configure.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index 215b8a162c71..8773fc0bed15 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -55,6 +55,7 @@ while [ "$1" ]; do
;;
\"FreeType\")
echo "LIB_DEPENDS+= ttf.3:\${PORTSDIR}/print/freetype"
+ echo "PHP3_CONF_ARGS+= --with-ttf=\${PREFIX}"
if [ -z "$GD" ]; then
set $* \"GD\"
fi
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index 215b8a162c71..8773fc0bed15 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -55,6 +55,7 @@ while [ "$1" ]; do
;;
\"FreeType\")
echo "LIB_DEPENDS+= ttf.3:\${PORTSDIR}/print/freetype"
+ echo "PHP3_CONF_ARGS+= --with-ttf=\${PREFIX}"
if [ -z "$GD" ]; then
set $* \"GD\"
fi
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 215b8a162c71..8773fc0bed15 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -55,6 +55,7 @@ while [ "$1" ]; do
;;
\"FreeType\")
echo "LIB_DEPENDS+= ttf.3:\${PORTSDIR}/print/freetype"
+ echo "PHP3_CONF_ARGS+= --with-ttf=\${PREFIX}"
if [ -z "$GD" ]; then
set $* \"GD\"
fi