<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/55bc075f7e5ef04ff3a822ed725880c3858d93a6">https://github.com/macports/macports-ports/commit/55bc075f7e5ef04ff3a822ed725880c3858d93a6</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 55bc075f7e5ef04ff3a822ed725880c3858d93a6
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu Dec 29 21:06:37 2022 -0700

<span style='display:block; white-space:pre;color:#404040;'>    cmake-1.1 PG: add support for muniversal 1.1 PG
</span>---
 _resources/port1.0/group/cmake-1.1.tcl | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/cmake-1.1.tcl b/_resources/port1.0/group/cmake-1.1.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 6dcea0f32a7..3f657ab0b04 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/cmake-1.1.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/cmake-1.1.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -414,7 +414,11 @@ platform darwin {
</span>     pre-configure {
         # cmake will add the correct -arch flag(s) based on the value of CMAKE_OSX_ARCHITECTURES.
         if {[variant_exists universal] && [variant_isset universal]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            if {[info exists universal_archs_supported]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            if {[info exists muniversal.arch_flag]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                foreach arch ${muniversal.architectures} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    configure.args.${arch}-append -DCMAKE_OSX_ARCHITECTURES=${arch}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            } elseif {[info exists universal_archs_supported]} {
</span>                 merger_arch_compiler no
                 merger_arch_flag no
                 if {${cmake.set_osx_architectures}} {
</pre><pre style='margin:0'>

</pre>