pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/harfbuzz



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.


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/fonts/harfbuzz/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/harfbuzz/Makefile
diff -u pkgsrc/fonts/harfbuzz/Makefile:1.105 pkgsrc/fonts/harfbuzz/Makefile:1.106
--- pkgsrc/fonts/harfbuzz/Makefile:1.105        Sun Dec  9 18:52:28 2018
+++ pkgsrc/fonts/harfbuzz/Makefile      Thu Jan 24 12:46:10 2019
@@ -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



Home | Main Index | Thread Index | Old Index