pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/poppler poppler: bump to C++17 per recent changelog



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a625b81c045c
branches:  trunk
changeset: 371275:a625b81c045c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 08 11:31:49 2022 +0000

description:
poppler: bump to C++17 per recent changelog

diffstat:

 print/poppler/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d653438a5f5a -r a625b81c045c print/poppler/Makefile.common
--- a/print/poppler/Makefile.common     Sat Jan 08 11:28:16 2022 +0000
+++ b/print/poppler/Makefile.common     Sat Jan 08 11:31:49 2022 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index