<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0dada12f1baada2b4832c115ab9aae87576e1559">https://github.com/macports/macports-ports/commit/0dada12f1baada2b4832c115ab9aae87576e1559</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 0dada12  zig: Fix build failure
</span>0dada12 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0dada12f1baada2b4832c115ab9aae87576e1559
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Nov 28 13:53:23 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    zig: Fix build failure
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The build system is unusual in that it wants to install files to the
</span><span style='display:block; white-space:pre;color:#404040;'>    destroot at build time, so we need to tell it where the destroot is at
</span><span style='display:block; white-space:pre;color:#404040;'>    build time. This may get fixed in the future.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/ziglang/zig/issues/2928
</span><span style='display:block; white-space:pre;color:#404040;'>    See: #5691
</span>---
 lang/zig/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/zig/Portfile b/lang/zig/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index df95cf2..d99ffbc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/zig/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/zig/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,3 +34,8 @@ compiler.blacklist-append *gcc* clang
</span> compiler.fallback   macports-clang-${llvm_version}
 compiler.whitelist  macports-clang-${llvm_version}
 cmake.module_path   [list ${prefix}/libexec/llvm-${llvm_version}]
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# This build system is unusual in that it wants to install files to the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# destroot at build time. This may get fixed in the future.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/ziglang/zig/issues/2928
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+build.args-append   DESTDIR=${destroot}
</span></pre><pre style='margin:0'>

</pre>