pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/poppler print/poppler: up GCC_REQD to 5
details: https://anonhg.NetBSD.org/pkgsrc/rev/44399daa00ce
branches: trunk
changeset: 335325:44399daa00ce
user: sjmulder <sjmulder%pkgsrc.org@localhost>
date: Mon Jun 17 19:21:07 2019 +0000
description:
print/poppler: up GCC_REQD to 5
Required for C++14 constexpr features. Should unbreak build on RHEL 7.
diffstat:
print/poppler/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c2006e3e06aa -r 44399daa00ce print/poppler/Makefile.common
--- a/print/poppler/Makefile.common Mon Jun 17 18:24:00 2019 +0000
+++ b/print/poppler/Makefile.common Mon Jun 17 19:21:07 2019 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index