summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2005-04-12 12:38:40 +0000
committerdmcmahill <dmcmahill>2005-04-12 12:38:40 +0000
commit496ab14f840691792fe11acdd5d0155d15f17df5 (patch)
treec34bfbacc3be72b2d30c699d1fb4a35187086b24 /fonts
parent61ef18b7d4d861d5305981cff43fc37cebcd81fd (diff)
downloadpkgsrc-496ab14f840691792fe11acdd5d0155d15f17df5.tar.gz
add libiconv buildlink3.mk file. fontconfig directly calls iconv().
Should address the 'fontconfig core dumps' on solaris bug reported in PR29837
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fontconfig/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile
index 348ac228c24..74c15dd255b 100644
--- a/fonts/fontconfig/Makefile
+++ b/fonts/fontconfig/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2005/04/11 21:45:47 tv Exp $
+# $NetBSD: Makefile,v 1.41 2005/04/12 12:38:40 dmcmahill Exp $
#
DISTNAME= fontconfig-2.3.1
+PKGREVISION= 1
CATEGORIES= fonts gnome
MASTER_SITES= http://www.fontconfig.org/release/
@@ -51,6 +52,9 @@ CONF_FILES+= ${EGDIR}/conf.d/sub-pixel.conf ${PKG_SYSCONFDIR}/conf.d/sub-pixel.c
CONF_FILES+= ${EGDIR}/conf.d/unhinted.conf ${PKG_SYSCONFDIR}/conf.d/unhinted.conf
CONF_FILES+= ${EGDIR}/conf.d/yes-bitmaps.conf ${PKG_SYSCONFDIR}/conf.d/yes-bitmaps.conf
+LIBS+= ${BUILDLINK_LDADD.iconv}
+
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"