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:   taca
Date:           Sun Jul  2 09:15:32 UTC 2017

Modified Files:
        pkgsrc/fonts/harfbuzz: Makefile

Log Message:
Add GCC_REQD=4.8 to fix build problem on NetBSD 6.1_STABLE.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 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.81 pkgsrc/fonts/harfbuzz/Makefile:1.82
--- pkgsrc/fonts/harfbuzz/Makefile:1.81 Tue May  2 10:26:06 2017
+++ pkgsrc/fonts/harfbuzz/Makefile      Sun Jul  2 09:15:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2017/05/02 10:26:06 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2017/07/02 09:15:32 taca Exp $
 
 DISTNAME=      harfbuzz-1.4.6
 CATEGORIES=    fonts
@@ -13,6 +13,7 @@ LICENSE=      mit
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config
+GCC_REQD=              4.8
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-cairo=no
 CONFIGURE_ARGS+=       --with-graphite2=no



Home | Main Index | Thread Index | Old Index