summaryrefslogtreecommitdiff
path: root/print/ja-vflib-lib/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'print/ja-vflib-lib/patches/patch-ab')
-rw-r--r--print/ja-vflib-lib/patches/patch-ab32
1 files changed, 32 insertions, 0 deletions
diff --git a/print/ja-vflib-lib/patches/patch-ab b/print/ja-vflib-lib/patches/patch-ab
new file mode 100644
index 00000000000..9d068e595d1
--- /dev/null
+++ b/print/ja-vflib-lib/patches/patch-ab
@@ -0,0 +1,32 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/05/31 12:59:53 seb Exp $
+
+--- configure.in.orig Wed Feb 17 23:58:02 1999
++++ configure.in Wed Jul 19 17:36:22 2000
+@@ -54,6 +54,11 @@
+ fi
+ AC_SUBST(XX_CFLAGS)
+
++AC_ARG_ENABLE(
++ tools,
++ [ --enable-tools Build VFlib tools],
++ build_tools=yes,
++ build_tools=no)
+
+ AC_SUBST(freetype_includedir)
+ AC_SUBST(freetype_libdir)
+@@ -117,6 +122,7 @@
+ AC_CONFIG_HEADER(src/with.h src/config.h)
+ AC_OUTPUT(Makefile make-sub src/Makefile tools/Imakefile)
+
++if test "$build_tools" = "yes" ; then
+ if test -d /usr/openwin ; then \
+ (cd tools; \
+ OPENWINHOME=/usr/openwin; \
+@@ -124,6 +130,7 @@
+ xmkmf;) \
+ else \
+ (cd tools; xmkmf -a) \
++fi
+ fi
+
+ dnl EOF