<pre style='margin:0'>
Haren S (harens) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8031add0b2330f6c3d78f4cdc042a7447e97f900">https://github.com/macports/macports-ports/commit/8031add0b2330f6c3d78f4cdc042a7447e97f900</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 8031add0b23 vlang: Remove LegacySupport during V compilation
</span>8031add0b23 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8031add0b2330f6c3d78f4cdc042a7447e97f900
</span>Author: Haren S <12570877+harens@users.noreply.github.com>
AuthorDate: Wed Mar 30 20:41:29 2022 +0000

<span style='display:block; white-space:pre;color:#404040;'>    vlang: Remove LegacySupport during V compilation
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Unknown argument `-I/opt/local/include/LegacySupport`
</span>---
 lang/vlang/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/vlang/Portfile b/lang/vlang/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fbb58581240..450a8ade18b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/vlang/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/vlang/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,8 +62,9 @@ post-patch {
</span> }
 
 # Build process based on https://github.com/vlang/v/blob/master/Makefile
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Set custom cflags since `-I/opt/local/include/LegacySupport` isn't recognised
</span> build {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set VFLAGS "-cc ${configure.cc} -cflags ${configure.cflags}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set VFLAGS "-cc ${configure.cc} -cflags -Os"
</span> 
     system -W ${worksrcpath} "${configure.cc} ${configure.cflags} -I ./thirdparty/stdatomic/nix -o v1 ../vc-${vc_commit}/v.c -lm -lpthread ${configure.ldflags}"
     system -W ${worksrcpath} "./v1 -no-parallel -o v2 ${VFLAGS} cmd/v"
</pre><pre style='margin:0'>

</pre>