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 | 22a5b877629a131c47d16f793efaaedc0d0ef88e (patch) | |
tree | 68c35bf06fd5ae4a980eddf5e58b4cec7a5d53de /print | |
parent | ba1dd8c4959190375ee071720460403d5ab02c2d (diff) | |
download | pkgsrc-22a5b877629a131c47d16f793efaaedc0d0ef88e.tar.gz |
Add GCC_REQD=4.8 to fix build problem on NetBSD 6.1_STABLE.
Diffstat (limited to 'print')
-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 |