mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Adds latest development version of zig-lang - upcoming 0.12. - based off https://reviews.freebsd.org/D41067 - with further changes from lang/zig which has evolved - update MAINTAINER per email approval for lang/zig* Test Plan: Tested on 14.0-RELEASE and 15.0-CURRENT. Differential Revision: https://reviews.freebsd.org/D43416 Differential Revision: https://reviews.freebsd.org/D41067 Obtained from: Pero Orsolic <bsd@orsolic.org>
10 lines
296 B
Text
10 lines
296 B
Text
--- CMakeLists.txt.orig 2023-04-14 11:08:26.398236000 +0200
|
|
+++ CMakeLists.txt 2023-04-14 11:08:31.255736000 +0200
|
|
@@ -857,6 +857,7 @@
|
|
"-Dtarget=${ZIG_TARGET_TRIPLE}"
|
|
"-Dcpu=${ZIG_TARGET_MCPU}"
|
|
"-Dversion-string=${RESOLVED_ZIG_VERSION}"
|
|
+ "--verbose"
|
|
)
|
|
|
|
add_custom_target(stage3 ALL
|