pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/harfbuzz harfbuzz: Move GCC_REQD to before bsd.p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dee8bedf3d51
branches: trunk
changeset: 404254:dee8bedf3d51
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Sat Nov 09 19:31:14 2019 +0000
description:
harfbuzz: Move GCC_REQD to before bsd.prefs.mk.
diffstat:
fonts/harfbuzz/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 5913c82a3790 -r dee8bedf3d51 fonts/harfbuzz/Makefile
--- a/fonts/harfbuzz/Makefile Sat Nov 09 15:01:01 2019 +0000
+++ b/fonts/harfbuzz/Makefile Sat Nov 09 19:31:14 2019 +0000
@@ -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 @@
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 @@
.else
CONFIGURE_ARGS+= --with-graphite2=no
.endif
-GCC_REQD+= 4.9
PKGCONFIG_OVERRIDE+= src/harfbuzz.pc.in
PKGCONFIG_OVERRIDE+= src/harfbuzz-icu.pc.in
Home |
Main Index |
Thread Index |
Old Index