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:30:07 UTC 2026
Modified Files:
pkgsrc/graphics/vv: Makefile
Log Message:
vv: needs c++23 (for std::powf)
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/graphics/vv/Makefile:1.25
--- pkgsrc/graphics/vv/Makefile:1.24 Wed Sep 2 19:02:57 2026
+++ pkgsrc/graphics/vv/Makefile Tue Sep 15 09:30:07 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2026/09/02 19:02:57 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2026/09/15 09:30:07 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++20
+USE_CXX_FEATURES+= c++23
# 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