From c1b160f0ad8c8d128313c22529d8382462dd3276 Mon Sep 17 00:00:00 2001 From: Michael Dickens Date: Wed, 24 Mar 2021 20:17:45 -0400 Subject: [PATCH] qt4-mac : no support for ARM64 yet --- aqua/qt4-mac/Portfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aqua/qt4-mac/Portfile b/aqua/qt4-mac/Portfile index 3d459e29f278e..e0c9c1fe187ce 100644 --- a/aqua/qt4-mac/Portfile +++ b/aqua/qt4-mac/Portfile @@ -429,6 +429,9 @@ if {${SDK} eq ""} { } } +# no support for ARM64 yet +supported_archs ppc ppc64 i386 x86_64 + post-patch { # set ARCHES in configure (per the third patchfile above), for # building QMake. join any 2 or more arch entries with the GCC