diff options
author | sjmulder <sjmulder@pkgsrc.org> | 2019-06-17 19:21:07 +0000 |
---|---|---|
committer | sjmulder <sjmulder@pkgsrc.org> | 2019-06-17 19:21:07 +0000 |
commit | 95dfc823b05f10d2b5dcce6e0df99a861168a96c (patch) | |
tree | 3e7e75443fa5d2e6c32f12d1f5227ff615bfbac2 /print | |
parent | 43596441641471e8a584322a0dd34d5cc09cebcd (diff) | |
download | pkgsrc-95dfc823b05f10d2b5dcce6e0df99a861168a96c.tar.gz |
print/poppler: up GCC_REQD to 5
Required for C++14 constexpr features. Should unbreak build on RHEL 7.
Diffstat (limited to 'print')
-rw-r--r-- | print/poppler/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index 937c47413ab..d291aa34b33 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.109 2019/05/09 09:28:22 adam Exp $ +# $NetBSD: Makefile.common,v 1.110 2019/06/17 19:21:07 sjmulder Exp $ # # used by print/poppler/Makefile # used by print/poppler-cpp/Makefile @@ -23,7 +23,7 @@ PATCHDIR= ${.CURDIR}/../../print/poppler/patches USE_CMAKE= yes USE_LANGUAGES= c c++14 USE_TOOLS+= pkg-config -GCC_REQD+= 4.9 +GCC_REQD+= 5 # Don't accidentally find libtiff CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_TIFF=TRUE |