diff options
Diffstat (limited to 'japanese/vflib-lib/patches/patch-af')
-rw-r--r-- | japanese/vflib-lib/patches/patch-af | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/japanese/vflib-lib/patches/patch-af b/japanese/vflib-lib/patches/patch-af new file mode 100644 index 00000000000..50cc1754c71 --- /dev/null +++ b/japanese/vflib-lib/patches/patch-af @@ -0,0 +1,43 @@ +$NetBSD: patch-af,v 1.1 2001/05/28 03:24:30 jlam Exp $ + +--- configure.orig Wed Feb 17 23:58:33 1999 ++++ configure Sun May 27 18:43:19 2001 +@@ -78,6 +78,8 @@ + ac_help="$ac_help + --with-gnu-ld assume the C compiler uses GNU ld [default=no]" + ac_help="$ac_help ++ --enable-tools Build VFlib tools" ++ac_help="$ac_help + --with-freetype[=LIB] Link FreeType library LIB [LIB=ttf]" + ac_help="$ac_help + --with-freetype-includedir=DIR FreeType include files are in DIR" +@@ -1480,6 +1614,14 @@ + fi + + ++# Check whether --enable-tools or --disable-tools was given. ++if test "${enable_tools+set}" = set; then ++ enableval="$enable_tools" ++ build_tools=yes ++else ++ build_tools=no ++fi ++ + + + +@@ -2616,6 +2761,7 @@ + test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 + + ++if test "$build_tools" = "yes" ; then + if test -d /usr/openwin ; then \ + (cd tools; \ + OPENWINHOME=/usr/openwin; \ +@@ -2623,5 +2769,6 @@ + xmkmf;) \ + else \ + (cd tools; xmkmf -a) \ ++fi + fi + |