pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/vv



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep 15 09:55:23 UTC 2026

Modified Files:
        pkgsrc/graphics/vv: Makefile

Log Message:
vv: revert previous, thinko


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/vv/Makefile

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

Modified files:

Index: pkgsrc/graphics/vv/Makefile
diff -u pkgsrc/graphics/vv/Makefile:1.25 pkgsrc/graphics/vv/Makefile:1.26
--- pkgsrc/graphics/vv/Makefile:1.25    Tue Sep 15 09:30:07 2026
+++ pkgsrc/graphics/vv/Makefile Tue Sep 15 09:55:23 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2026/09/15 09:30:07 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2026/09/15 09:55:23 wiz Exp $
 
 # not a release, but we want the change fixing the build with libjxl 0.12.0
 DISTNAME=      moderncore-20260719
@@ -16,7 +16,7 @@ COMMENT=      View images in your terminal
 LICENSE=       modified-bsd
 
 USE_LANGUAGES=         c c++
-USE_CXX_FEATURES+=     c++23
+USE_CXX_FEATURES+=     c++20
 # needs <format> which was added in 13, despite being in C++ 20
 GCC_REQD+=             13
 USE_TOOLS+=            git pkg-config



Home | Main Index | Thread Index | Old Index