diff options
author | jperkin <jperkin@pkgsrc.org> | 2019-11-09 19:31:14 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2019-11-09 19:31:14 +0000 |
commit | b596aaddf46856b6c5b0183da0d8bfb38440cfb4 (patch) | |
tree | 3f64000feb117c27ae003d9b96f4912e7938228d /fonts/harfbuzz | |
parent | a0c56d0f8dc4a8f4c91b95325adaca717c3eb697 (diff) | |
download | pkgsrc-b596aaddf46856b6c5b0183da0d8bfb38440cfb4.tar.gz |
harfbuzz: Move GCC_REQD to before bsd.prefs.mk.
Diffstat (limited to 'fonts/harfbuzz')
-rw-r--r-- | fonts/harfbuzz/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index b3f720629e0..3d3c56fa8d0 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2019/10/31 16:30:09 nia Exp $ +# $NetBSD: Makefile,v 1.122 2019/11/09 19:31:14 jperkin Exp $ DISTNAME= harfbuzz-2.6.4 CATEGORIES= fonts @@ -10,6 +10,8 @@ HOMEPAGE= https://www.freedesktop.org/wiki/Software/HarfBuzz/ COMMENT= OpenType text shaping engine LICENSE= mit +GCC_REQD+= 4.9 + .include "../../mk/bsd.prefs.mk" PLIST_VARS+= graphite2 .include "../../graphics/librsvg/available.mk" @@ -25,7 +27,6 @@ PLIST.graphite2= yes .else CONFIGURE_ARGS+= --with-graphite2=no .endif -GCC_REQD+= 4.9 PKGCONFIG_OVERRIDE+= src/harfbuzz.pc.in PKGCONFIG_OVERRIDE+= src/harfbuzz-icu.pc.in |