[MacPorts] #60944: qt5: Support arm64
MacPorts
noreply at macports.org
Tue Jan 12 06:00:28 UTC 2021
#60944: qt5: Support arm64
--------------------------+---------------------------------
Reporter: ryandesign | Owner: MarcusCalhoun-Lopez
Type: enhancement | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: qt5 |
--------------------------+---------------------------------
Comment (by kencu):
so it looks like to make all that happen, Michael did this little tweak:
{{{
% git diff _resources/port1.0/group/qt5-1.0.tcl
diff --git a/_resources/port1.0/group/qt5-1.0.tcl
b/_resources/port1.0/group/qt5-1.0.tcl
index 25b454e2cd5..2b909b2e2e6 100644
--- a/_resources/port1.0/group/qt5-1.0.tcl
+++ b/_resources/port1.0/group/qt5-1.0.tcl
@@ -662,7 +662,7 @@ compiler.blacklist-append *gcc*
if {[vercmp ${qt5.version} 5.10]>=0} {
# see https://bugreports.qt.io/browse/QTBUG-58401
- default supported_archs x86_64
+ default supported_archs "x86_64 arm64"
} else {
# no PPC support in Qt 5
# see http://lists.qt-
project.org/pipermail/interest/2012-December/005038.html
}}}
I suppose I should go ahead and push that through.
--
Ticket URL: <https://trac.macports.org/ticket/60944#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list