summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2019-01-24 12:46:10 +0000
committerhe <he@pkgsrc.org>2019-01-24 12:46:10 +0000
commitb65a6143c67b68e553df6f7d5ca96eab1b263526 (patch)
treea6c6b2fb1c8cde3c8357ab113c87f817554e3de8 /fonts
parent1519ab87a01b6b95af24e041b0ab8f1a08b8d805 (diff)
downloadpkgsrc-b65a6143c67b68e553df6f7d5ca96eab1b263526.tar.gz
Add GCC_REQD+=4.9, so that this builds on NetBSD/i386 7.1 again.
For newer OSes this would be a no-op, so no revision bump.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/harfbuzz/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile
index b59e1fc8e53..b4e537b0aaf 100644
--- a/fonts/harfbuzz/Makefile
+++ b/fonts/harfbuzz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2018/12/09 18:52:28 adam Exp $
+# $NetBSD: Makefile,v 1.106 2019/01/24 12:46:10 he Exp $
DISTNAME= harfbuzz-2.2.0
PKGREVISION= 1
@@ -17,6 +17,7 @@ USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-cairo=no
CONFIGURE_ARGS+= --with-graphite2=no
+GCC_REQD+= 4.9
PKGCONFIG_OVERRIDE+= src/harfbuzz.pc.in
PKGCONFIG_OVERRIDE+= src/harfbuzz-icu.pc.in