summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2019-01-29 14:01:28 +0000
committerbsiegert <bsiegert@pkgsrc.org>2019-01-29 14:01:28 +0000
commit99d25560c86ecd8cc7e36627c59686c3cf3b688d (patch)
treebcfd581f33ac8a08e498606f63a1dbcbc5ee70e5
parenta084e9e7d636a39f8b19ede83750dc93c5529a00 (diff)
downloadpkgsrc-99d25560c86ecd8cc7e36627c59686c3cf3b688d.tar.gz
Pullup ticket #5904 - requested by he
fonts/harfbuzz: NetBSD-7 build fix Revisions pulled up: - fonts/harfbuzz/Makefile 1.106 --- Module Name: pkgsrc Committed By: he Date: Thu Jan 24 12:46:10 UTC 2019 Modified Files: pkgsrc/fonts/harfbuzz: Makefile Log Message: 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.
-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..9c1d5695ad0 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.105.2.1 2019/01/29 14:01:28 bsiegert 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