diff options
Diffstat (limited to 'japanese/vflib-lib/patches/patch-ab')
-rw-r--r-- | japanese/vflib-lib/patches/patch-ab | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/japanese/vflib-lib/patches/patch-ab b/japanese/vflib-lib/patches/patch-ab index e5787681c6b..d300e040fe7 100644 --- a/japanese/vflib-lib/patches/patch-ab +++ b/japanese/vflib-lib/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.1.1.1 2000/05/01 21:58:42 jlam Exp $ +$NetBSD: patch-ab,v 1.2 2000/07/19 21:42:12 jlam Exp $ --- configure.in.orig Wed Feb 17 23:58:02 1999 -+++ configure.in Mon May 1 04:37:48 2000 ++++ configure.in Wed Jul 19 17:36:22 2000 @@ -54,6 +54,11 @@ fi AC_SUBST(XX_CFLAGS) @@ -14,6 +14,19 @@ $NetBSD: patch-ab,v 1.1.1.1 2000/05/01 21:58:42 jlam Exp $ AC_SUBST(freetype_includedir) AC_SUBST(freetype_libdir) +@@ -75,10 +80,10 @@ + AC_ARG_WITH( + freetype-libdir, + [ --with-freetype-libdir=DIR FreeType library files are in DIR], +- if test "${withval}" = yes; then withval=""; fi; ++ [if test "${withval}" = yes; then withval=""; fi; + if test "${withval}" = ""; + then freetype_libdir="" +- else freetype_libdir=-L${withval}; fi) ++ else freetype_libdir="-Wl,-R${withval} -L${withval}"; fi]) + if test -n "$freetype_lib" ; then + echo "Enabled the TrueType font driver"; + OLD_CPPFLAGS=${CPPFLAGS}; OLD_LIBS=${LIBS} @@ -117,6 +122,7 @@ AC_CONFIG_HEADER(src/with.h src/config.h) AC_OUTPUT(Makefile make-sub src/Makefile tools/Imakefile) |