<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/00df9e8ac7d2393e66553bcd99e68d954a771d48">https://github.com/macports/macports-ports/commit/00df9e8ac7d2393e66553bcd99e68d954a771d48</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 00df9e8ac7d pg legacysupport-1.1: fix support for macports-libcxx - Add missing compilation flag '-nostdinc++' - Fix header search path; missing '/v1' suffix See: https://trac.macports.org/ticket/63869
</span>00df9e8ac7d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 00df9e8ac7d2393e66553bcd99e68d954a771d48
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Tue Nov 9 12:20:04 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    pg legacysupport-1.1: fix support for macports-libcxx
</span><span style='display:block; white-space:pre;color:#404040;'>    - Add missing compilation flag '-nostdinc++'
</span><span style='display:block; white-space:pre;color:#404040;'>    - Fix header search path; missing '/v1' suffix
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/63869
</span>---
 _resources/port1.0/group/legacysupport-1.1.tcl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/legacysupport-1.1.tcl b/_resources/port1.0/group/legacysupport-1.1.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index a47dc1ed122..5198f1dd988 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/legacysupport-1.1.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/legacysupport-1.1.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -177,9 +177,9 @@ proc legacysupport::add_legacysupport {} {
</span>         # Flags for using MP libcxx
         if { [option legacysupport.use_mp_libcxx] } {
             legacysupport::add_once depends_lib append port:macports-libcxx
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            append ls_cache_incpath  " ${prefix}/include/libcxx"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            append ls_cache_incpath  " ${prefix}/include/libcxx/v1"
</span>             append ls_cache_ldflags  " -L${prefix}/lib/libcxx"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            append ls_cache_cppflags " -isystem${prefix}/include/libcxx"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            append ls_cache_cppflags " -nostdinc++ -isystem${prefix}/include/libcxx/v1"
</span>         }
 
         ui_debug "legacysupport: ldflags  ${ls_cache_ldflags}"
</pre><pre style='margin:0'>

</pre>