From 691a38236fad963bd0acc0706879bcf1d8eb523a Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 2 Jul 2017 09:15:32 +0000 Subject: Add GCC_REQD=4.8 to fix build problem on NetBSD 6.1_STABLE. --- fonts/harfbuzz/Makefile | 3 ++- print/poppler/Makefile.common | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index 9e99adaa919..fb40715eb40 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -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 diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index 9964ed1779d..f627d6beeff 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -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 @@ PATCHDIR= ${.CURDIR}/../../print/poppler/patches USE_TOOLS+= pkg-config USE_LIBTOOL= yes USE_LANGUAGES= c c++ +GCC_REQD= 4.8 # Don't accidentally find libtiff CONFIGURE_ARGS+= --disable-libtiff -- cgit v1.2.3