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/05f72b87afbe
branches: trunk
changeset: 388786:05f72b87afbe
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 ebbe4b6d9b23 -r 05f72b87afbe 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