pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/poppler



Module Name:    pkgsrc
Committed By:   sjmulder
Date:           Mon Jun 17 19:21:08 UTC 2019

Modified Files:
        pkgsrc/print/poppler: Makefile.common

Log Message:
print/poppler: up GCC_REQD to 5

Required for C++14 constexpr features. Should unbreak build on RHEL 7.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/print/poppler/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/poppler/Makefile.common
diff -u pkgsrc/print/poppler/Makefile.common:1.109 pkgsrc/print/poppler/Makefile.common:1.110
--- pkgsrc/print/poppler/Makefile.common:1.109  Thu May  9 09:28:22 2019
+++ pkgsrc/print/poppler/Makefile.common        Mon Jun 17 19:21:07 2019
@@ -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
 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