summaryrefslogtreecommitdiff
path: root/graphics/php4-gd/Makefile
diff options
context:
space:
mode:
authorkei <kei>2001-10-19 07:05:28 +0000
committerkei <kei>2001-10-19 07:05:28 +0000
commit38165a3ae047170c143bbccf7a78ab1c946aee4f (patch)
tree6cc2d520230a2f8f52fbfc4796ac6ec7c43e0328 /graphics/php4-gd/Makefile
parent8935881543a5b3476aa1770954d6185c905bfe78 (diff)
downloadpkgsrc-38165a3ae047170c143bbccf7a78ab1c946aee4f.tar.gz
* added --enable-gd-native-ttf support. It enables TrueType string function
which is required to handle multibyte charcters in gd.
Diffstat (limited to 'graphics/php4-gd/Makefile')
-rw-r--r--graphics/php4-gd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/php4-gd/Makefile b/graphics/php4-gd/Makefile
index 39717840ac4..0de63c52f61 100644
--- a/graphics/php4-gd/Makefile
+++ b/graphics/php4-gd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/10/16 06:58:33 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2001/10/19 07:05:28 kei Exp $
.include "../../www/php4/Makefile.module"
@@ -14,6 +14,7 @@ CONFIGURE_ARGS+= --with-jpeg-dir=shared,${BUILDLINK_DIR}
CONFIGURE_ARGS+= --with-png-dir=shared,${BUILDLINK_DIR}
CONFIGURE_ARGS+= --with-xpm-dir=shared,${BUILDLINK_DIR}
CONFIGURE_ARGS+= --with-ttf=shared,${BUILDLINK_DIR}
+CONFIGURE_ARGS+= --enable-${MODNAME}-native-ttf
CONFIGURE_ARGS+= --without-freetype-dir
CONFIGURE_ARGS+= --without-t1lib