summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-02-18 09:53:27 +0000
committerwiz <wiz@pkgsrc.org>2015-02-18 09:53:27 +0000
commit5732f666924fa908d303900b4b786d3f487131f8 (patch)
tree0797fd04f2aef45a6e9f9cd49e037b2da41ffea4 /fonts
parent7f8a4bd5a366a5e4461a631970ea2802cdc840cb (diff)
downloadpkgsrc-5732f666924fa908d303900b4b786d3f487131f8.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/Makefile10
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"