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:   wiz
Date:           Sat Jan  8 11:31:50 UTC 2022

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

Log Message:
poppler: bump to C++17 per recent changelog


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 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.127 pkgsrc/print/poppler/Makefile.common:1.128
--- pkgsrc/print/poppler/Makefile.common:1.127  Sat Jan  8 11:16:05 2022
+++ pkgsrc/print/poppler/Makefile.common        Sat Jan  8 11:31:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.127 2022/01/08 11:16:05 wiz Exp $
+# $NetBSD: Makefile.common,v 1.128 2022/01/08 11:31:49 wiz Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -21,7 +21,7 @@ DISTINFO_FILE=        ${.CURDIR}/../../print/po
 PATCHDIR=      ${.CURDIR}/../../print/poppler/patches
 
 USE_CMAKE=             yes
-USE_LANGUAGES=         c c++14
+USE_LANGUAGES=         c c++17
 USE_TOOLS+=            pkg-config
 GCC_REQD+=             5
 



Home | Main Index | Thread Index | Old Index