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:   gson
Date:           Fri Dec 14 13:16:26 UTC 2018

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 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.103 pkgsrc/print/poppler/Makefile.common:1.104
--- pkgsrc/print/poppler/Makefile.common:1.103  Mon Dec 10 10:28:08 2018
+++ pkgsrc/print/poppler/Makefile.common        Fri Dec 14 13:16:26 2018
@@ -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/popple
 
 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