Sat Jan 8 11:31:50 2022 UTC ()
poppler: bump to C++17 per recent changelog


(wiz)
diff -r1.127 -r1.128 pkgsrc/print/poppler/Makefile.common

cvs diff -r1.127 -r1.128 pkgsrc/print/poppler/Makefile.common (expand / switch to context diff)
--- pkgsrc/print/poppler/Makefile.common 2022/01/08 11:16:05 1.127
+++ pkgsrc/print/poppler/Makefile.common 2022/01/08 11:31:49 1.128
@@ -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 @@
 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