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. --- print/poppler/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'print/poppler') 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