summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorsakamoto <sakamoto@pkgsrc.org>2000-04-30 18:39:24 +0000
committersakamoto <sakamoto@pkgsrc.org>2000-04-30 18:39:24 +0000
commit60fa7051e9913e854f44b03b6818a5d79e5efb77 (patch)
treea4c5281fabf589c271d87d9a5f188ab282e99cf1 /japanese
parent0bf61c411c1801f7de0189744fcddcf3f610d56c (diff)
downloadpkgsrc-60fa7051e9913e854f44b03b6818a5d79e5efb77.tar.gz
fix shared library linking in ELF system.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/vflib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile
index a17e3ead347..b397c17027f 100644
--- a/japanese/vflib/Makefile
+++ b/japanese/vflib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/12/17 11:09:58 agc Exp $
+# $NetBSD: Makefile,v 1.6 2000/04/30 18:39:24 sakamoto Exp $
# FreeBSD Id: Makefile,v 1.20 1999/05/03 01:58:33 steve Exp $
DISTNAME= VFlib2-2.24.2
@@ -20,7 +20,7 @@ PLIST_SUBST+= VFLIB_VERSION=${VFLIB_VERSION} \
USE_X11= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-freetype \
+CONFIGURE_ARGS+=--with-freetype="ttf -lintl" \
--with-freetype-includedir=${LOCALBASE}/include \
--with-freetype-libdir=${LOCALBASE}/lib
MAKE_ENV+= LOCAL_LDFLAGS="${LDFLAGS}"