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:   jperkin
Date:           Sat Nov  9 19:31:14 UTC 2019

Modified Files:
        pkgsrc/fonts/harfbuzz: Makefile

Log Message:
harfbuzz: Move GCC_REQD to before bsd.prefs.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 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.121 pkgsrc/fonts/harfbuzz/Makefile:1.122
--- pkgsrc/fonts/harfbuzz/Makefile:1.121        Thu Oct 31 16:30:09 2019
+++ pkgsrc/fonts/harfbuzz/Makefile      Sat Nov  9 19:31:14 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.121 2019/10/31 16:30:09 nia Exp $
+# $NetBSD: Makefile,v 1.122 2019/11/09 19:31:14 jperkin Exp $
 
 DISTNAME=      harfbuzz-2.6.4
 CATEGORIES=    fonts
@@ -10,6 +10,8 @@ HOMEPAGE=     https://www.freedesktop.org/wi
 COMMENT=       OpenType text shaping engine
 LICENSE=       mit
 
+GCC_REQD+=             4.9
+
 .include "../../mk/bsd.prefs.mk"
 PLIST_VARS+=           graphite2
 .include "../../graphics/librsvg/available.mk"
@@ -25,7 +27,6 @@ PLIST.graphite2=      yes
 .else
 CONFIGURE_ARGS+=       --with-graphite2=no
 .endif
-GCC_REQD+=             4.9
 
 PKGCONFIG_OVERRIDE+=   src/harfbuzz.pc.in
 PKGCONFIG_OVERRIDE+=   src/harfbuzz-icu.pc.in



Home | Main Index | Thread Index | Old Index