pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2018Q4] pkgsrc/fonts/harfbuzz



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue Jan 29 14:01:28 UTC 2019

Modified Files:
        pkgsrc/fonts/harfbuzz [pkgsrc-2018Q4]: Makefile

Log Message:
Pullup ticket #5904 - requested by he
fonts/harfbuzz: NetBSD-7 build fix

Revisions pulled up:
- fonts/harfbuzz/Makefile                                       1.106

---
   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.105.2.1 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.105.2.1
--- pkgsrc/fonts/harfbuzz/Makefile:1.105        Sun Dec  9 18:52:28 2018
+++ pkgsrc/fonts/harfbuzz/Makefile      Tue Jan 29 14:01:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2018/12/09 18:52:28 adam Exp $
+# $NetBSD: Makefile,v 1.105.2.1 2019/01/29 14:01:28 bsiegert 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