pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/libplacebo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  7 21:13:54 UTC 2024

Modified Files:
        pkgsrc/multimedia/libplacebo: Makefile

Log Message:
libplacebo: actually requires C++20


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/libplacebo/Makefile

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

Modified files:

Index: pkgsrc/multimedia/libplacebo/Makefile
diff -u pkgsrc/multimedia/libplacebo/Makefile:1.1 pkgsrc/multimedia/libplacebo/Makefile:1.2
--- pkgsrc/multimedia/libplacebo/Makefile:1.1   Mon Jan  1 15:43:25 2024
+++ pkgsrc/multimedia/libplacebo/Makefile       Sun Jan  7 21:13:54 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/01/01 15:43:25 leot Exp $
+# $NetBSD: Makefile,v 1.2 2024/01/07 21:13:54 wiz Exp $
 
 DISTNAME=      libplacebo-v6.338.1
 PKGNAME=       ${DISTNAME:S/-v/-/}
@@ -33,7 +33,7 @@ PYTHON_FOR_BUILD_ONLY=        yes
 USE_TOOLS+=            pkg-config
 
 USE_LANGUAGES=         c c++
-USE_CXX_FEATURES=      c++17
+USE_CXX_FEATURES=      c++20
 
 PKGCONFIG_OVERRIDE+=   output/meson-private/libplacebo.pc
 



Home | Main Index | Thread Index | Old Index