pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/zig



Module Name:    pkgsrc
Committed By:   nikita
Date:           Sun Apr 28 18:08:48 UTC 2024

Modified Files:
        pkgsrc/lang/zig: Makefile

Log Message:
zig: output of cmake suggests that c++17 is required.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/lang/zig/Makefile

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

Modified files:

Index: pkgsrc/lang/zig/Makefile
diff -u pkgsrc/lang/zig/Makefile:1.37 pkgsrc/lang/zig/Makefile:1.38
--- pkgsrc/lang/zig/Makefile:1.37       Sun Apr 28 18:01:54 2024
+++ pkgsrc/lang/zig/Makefile    Sun Apr 28 18:08:48 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2024/04/28 18:01:54 nikita Exp $
+# $NetBSD: Makefile,v 1.38 2024/04/28 18:08:48 nikita Exp $
 
 DISTNAME=      zig-0.12.0
 PKGREVISION=   1
@@ -13,7 +13,7 @@ LICENSE=      mit
 
 # Broken at least on *BSD, needs a new release, 0.11.0 does not build
 # stage 3 of the build process (fixed upstream).
-USE_CXX_FEATURES+=     c++14
+USE_CXX_FEATURES+=     c++17
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bash:run
 



Home | Main Index | Thread Index | Old Index