diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-04-12 12:38:40 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-04-12 12:38:40 +0000 |
commit | 970b1d7d39ad27758c6c1aa4813be1f726269ffd (patch) | |
tree | c34bfbacc3be72b2d30c699d1fb4a35187086b24 /fonts | |
parent | 0de92eab370dfd33f458fe3d84e8dfac02593efe (diff) | |
download | pkgsrc-970b1d7d39ad27758c6c1aa4813be1f726269ffd.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/Makefile | 6 |
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" |