diff options
author | taca <taca@pkgsrc.org> | 2017-07-02 09:15:32 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-07-02 09:15:32 +0000 |
commit | 691a38236fad963bd0acc0706879bcf1d8eb523a (patch) | |
tree | 4ee15aaad0525da81e2647221e3114435b89e67f /print/poppler | |
parent | 60ac049145cd805cc1ba29523aade0da84be02f7 (diff) | |
download | pkgsrc-691a38236fad963bd0acc0706879bcf1d8eb523a.tar.gz |
Add GCC_REQD=4.8 to fix build problem on NetBSD 6.1_STABLE.
Diffstat (limited to 'print/poppler')
-rw-r--r-- | print/poppler/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
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 |