diff options
author | wiz <wiz@pkgsrc.org> | 2015-02-18 09:53:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-02-18 09:53:27 +0000 |
commit | 02eed79d14fb67b275e799d0ce1456c43f0ca14d (patch) | |
tree | 0797fd04f2aef45a6e9f9cd49e037b2da41ffea4 /fonts | |
parent | 51529cc39ecc9c68bd4b946ae104cb88d2be093b (diff) | |
download | pkgsrc-02eed79d14fb67b275e799d0ce1456c43f0ca14d.tar.gz |
Add magic to fix freetype pc files on NetBSD 6 and 7 which had outdated
information in the installed pc file.
Remove local hack in fonts/harfbuzz.
From Leonardo Taccari <iamleot@gmail.com> in private email.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/harfbuzz/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index 874d7ff5c38..38064606d54 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2015/01/28 08:17:33 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2015/02/18 09:53:27 wiz Exp $ DISTNAME= harfbuzz-0.9.38 CATEGORIES= fonts @@ -19,14 +19,6 @@ CONFIGURE_ARGS+= --with-cairo=no PKGCONFIG_OVERRIDE+= src/harfbuzz.pc.in PKGCONFIG_OVERRIDE+= src/harfbuzz-icu.pc.in -# The freetype2 version in the pkg-config file was not properly -# defined in NetBSD-6, NetBSD-7 and -current up to 7.99.4. -# Manually override the detection since pkgsrc makes sure the proper -# version is available. -CONFIGURE_ARGS+= --with-freetype=yes -CONFIGURE_ENV+= FREETYPE_CFLAGS="`pkg-config --cflags freetype2`" -CONFIGURE_ENV+= FREETYPE_LIBS="`pkg-config --libs freetype2`" - LDFLAGS.OpenBSD+= -lz .include "options.mk" |