pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Add GCC_REQD=4.8 to fix build problem on NetBSD 6.1_ST...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/968dc4f1bf57
branches:  trunk
changeset: 364628:968dc4f1bf57
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jul 02 09:15:32 2017 +0000

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

diffstat:

 fonts/harfbuzz/Makefile       |  3 ++-
 print/poppler/Makefile.common |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 37593ca83cac -r 968dc4f1bf57 fonts/harfbuzz/Makefile
--- a/fonts/harfbuzz/Makefile   Sun Jul 02 06:05:12 2017 +0000
+++ b/fonts/harfbuzz/Makefile   Sun Jul 02 09:15:32 2017 +0000
@@ -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 @@
 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
diff -r 37593ca83cac -r 968dc4f1bf57 print/poppler/Makefile.common
--- a/print/poppler/Makefile.common     Sun Jul 02 06:05:12 2017 +0000
+++ b/print/poppler/Makefile.common     Sun Jul 02 09:15:32 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.85 2017/05/22 08:40:10 adam Exp $
+# $NetBSD: Makefile.common,v 1.86 2017/07/02 09:16:01 taca Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -23,6 +23,7 @@
 USE_TOOLS+=            pkg-config
 USE_LIBTOOL=           yes
 USE_LANGUAGES=         c c++
+GCC_REQD=              4.8
 
 # Don't accidentally find libtiff
 CONFIGURE_ARGS+=       --disable-libtiff



Home | Main Index | Thread Index | Old Index