<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/2f7c222384c558960d6093572b59918836d36974">https://github.com/macports/macports-ports/commit/2f7c222384c558960d6093572b59918836d36974</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 2f7c222384c boost176: Add compiler PATH workaround for older OSes using gcc Closes: https://trac.macports.org/ticket/63120
</span>2f7c222384c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2f7c222384c558960d6093572b59918836d36974
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sun Jun 20 20:18:40 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    boost176: Add compiler PATH workaround for older OSes using gcc
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/63120
</span>---
 devel/boost176/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/boost176/Portfile b/devel/boost176/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 35948d2fb42..d134864d927 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/boost176/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/boost176/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,6 +62,10 @@ post-extract {
</span>     build.env-append      PATH=${workpath}/bin:$env(PATH)
     ln -s ${configure.cxx} ${workpath}/bin/clang++
     ln -s ${configure.cc}  ${workpath}/bin/clang
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Also link gcc/g++ for older systems
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # https://trac.macports.org/ticket/63120
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ln -s ${configure.cxx} ${workpath}/bin/g++
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ln -s ${configure.cc}  ${workpath}/bin/gcc
</span> }
 
 # Install prefix for this port
</pre><pre style='margin:0'>

</pre>