summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorsakamoto <sakamoto>2000-04-30 18:39:24 +0000
committersakamoto <sakamoto>2000-04-30 18:39:24 +0000
commit0116f23be62a803d3eb9c45414d9d5e7575156cc (patch)
treea4c5281fabf589c271d87d9a5f188ab282e99cf1 /japanese
parent1613423b1f50dbb5408028b6d98143f336d06c7c (diff)
downloadpkgsrc-0116f23be62a803d3eb9c45414d9d5e7575156cc.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}"