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:   abs
Date:           Tue Oct 30 10:33:36 UTC 2018

Modified Files:
        pkgsrc/fonts/harfbuzz: Makefile

Log Message:
Drop USE_GCC_RUNTIME. Problem was unrelated gcc8/gcc8-libs issue


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 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.99 pkgsrc/fonts/harfbuzz/Makefile:1.100
--- pkgsrc/fonts/harfbuzz/Makefile:1.99 Mon Oct 29 13:55:14 2018
+++ pkgsrc/fonts/harfbuzz/Makefile      Tue Oct 30 10:33:36 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2018/10/29 13:55:14 abs Exp $
+# $NetBSD: Makefile,v 1.100 2018/10/30 10:33:36 abs Exp $
 
 DISTNAME=      harfbuzz-1.8.8
 PKGREVISION=   1
@@ -17,7 +17,6 @@ USE_TOOLS+=           gmake pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-cairo=no
 CONFIGURE_ARGS+=       --with-graphite2=no
-USE_GCC_RUNTIME=       yes
 
 PKGCONFIG_OVERRIDE+=   src/harfbuzz.pc.in
 PKGCONFIG_OVERRIDE+=   src/harfbuzz-icu.pc.in



Home | Main Index | Thread Index | Old Index