summaryrefslogtreecommitdiff
path: root/print/poppler
diff options
context:
space:
mode:
authorgson <gson@pkgsrc.org>2018-12-14 13:16:26 +0000
committergson <gson@pkgsrc.org>2018-12-14 13:16:26 +0000
commit4a9f067a3be45c2b805d68477f14c7b8b8298f19 (patch)
treecc69003843f7bafe97d7231c16ff2f6836b709d3 /print/poppler
parent3157be2f1ef9d1d898b20710ec3420de0d30b4f6 (diff)
downloadpkgsrc-4a9f067a3be45c2b805d68477f14c7b8b8298f19.tar.gz
poppler: require c++14 and GCC 4.9
Poppler now uses the C++14 library function std::make_unique. Require a GCC version that supports it to make the package build on NetBSD 7.2.
Diffstat (limited to 'print/poppler')
-rw-r--r--print/poppler/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common
index d77d8c70217..28b081c9b1b 100644
--- a/print/poppler/Makefile.common
+++ b/print/poppler/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.103 2018/12/10 10:28:08 wiz Exp $
+# $NetBSD: Makefile.common,v 1.104 2018/12/14 13:16:26 gson Exp $
#
# used by print/poppler/Makefile
# used by print/poppler-cpp/Makefile
@@ -21,7 +21,8 @@ PATCHDIR= ${.CURDIR}/../../print/poppler/patches
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++14
+GCC_REQD= 4.9
USE_CMAKE= yes