pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/harfbuzz Add GCC_REQD+=4.9, so that this builds ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfefad777733
branches:  trunk
changeset: 318362:cfefad777733
user:      he <he%pkgsrc.org@localhost>
date:      Thu Jan 24 12:46:10 2019 +0000

description:
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:

 fonts/harfbuzz/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0da234c67279 -r cfefad777733 fonts/harfbuzz/Makefile
--- a/fonts/harfbuzz/Makefile   Thu Jan 24 11:58:02 2019 +0000
+++ b/fonts/harfbuzz/Makefile   Thu Jan 24 12:46:10 2019 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index