pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/poppler poppler: require c++14 and GCC 4.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a3b1f1c21df
branches:  trunk
changeset: 326786:5a3b1f1c21df
user:      gson <gson%pkgsrc.org@localhost>
date:      Fri Dec 14 13:16:26 2018 +0000

description:
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:

 print/poppler/Makefile.common |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 14b87d660179 -r 5a3b1f1c21df print/poppler/Makefile.common
--- a/print/poppler/Makefile.common     Fri Dec 14 13:14:37 2018 +0000
+++ b/print/poppler/Makefile.common     Fri Dec 14 13:16:26 2018 +0000
@@ -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 @@
 
 USE_TOOLS+=            pkg-config
 USE_LIBTOOL=           yes
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++14
+GCC_REQD=              4.9
 
 USE_CMAKE=             yes
 



Home | Main Index | Thread Index | Old Index