<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/263398711a912c3008a7a871f5f5043f5c86b9cb">https://github.com/macports/macports-ports/commit/263398711a912c3008a7a871f5f5043f5c86b9cb</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 263398711a912c3008a7a871f5f5043f5c86b9cb
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Mon Nov 25 16:00:10 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> qt4 PG: drop arch restriction
</span>---
_resources/port1.0/group/qt4-1.0.tcl | 5 -----
1 file changed, 5 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/qt4-1.0.tcl b/_resources/port1.0/group/qt4-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index c9a5b6ffaa2..834f071051f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/qt4-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/qt4-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -154,11 +154,6 @@ set qt_cmake_defines \
</span> options qt_arch_types
default qt_arch_types {[string map {i386 x86} [get_canonical_archs]]}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# qt4-mac can only build for the arches below at present
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# so the qt4 family is also constrained to these arches at maximum.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# individual ports may restrict these arches further as needed.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-supported_archs ppc ppc64 i386 x86_64
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # allow for depending on either qt4-mac and qt4-mac-devel, simultaneously
if {![info exists building_qt4]} {
</pre><pre style='margin:0'>
</pre>