summaryrefslogtreecommitdiff
path: root/graphics/php4-gd/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/php4-gd/patches/patch-aa')
-rw-r--r--graphics/php4-gd/patches/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/php4-gd/patches/patch-aa b/graphics/php4-gd/patches/patch-aa
new file mode 100644
index 00000000000..6cb20d57618
--- /dev/null
+++ b/graphics/php4-gd/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1 2001/10/19 07:05:29 kei Exp $
+
+--- config.m4.orig Mon Jun 4 10:36:47 2001
++++ config.m4 Thu Oct 18 18:39:47 2001
+@@ -162,10 +162,10 @@
+ ])
+
+ AC_DEFUN(PHP_GD_TTSTR,[
+- PHP_ARG_ENABLE(gd-native-tt, whether to enable truetype string function in gd,
++ PHP_ARG_ENABLE(gd-native-ttf, whether to enable truetype string function in gd,
+ [ --enable-gd-native-ttf GD: Enable TrueType string function in gd])
+
+- if test "$PHP_GD_NATIVE_TT" = "yes"; then
++ if test "$PHP_GD_NATIVE_TTF" = "yes"; then
+ AC_DEFINE(USE_GD_IMGSTRTTF, 1, [ ])
+ fi
+ ])