From 8daea2c9a3e55ce5029b10eb92110335f82c4e6c Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Tue, 12 Apr 2005 12:38:40 +0000 Subject: add libiconv buildlink3.mk file. fontconfig directly calls iconv(). Should address the 'fontconfig core dumps' on solaris bug reported in PR29837 --- fonts/fontconfig/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3