[MacPorts] #66627: ghostscript fails to configure with universal variant
MacPorts
noreply at macports.org
Thu Jan 5 16:09:06 UTC 2023
#66627: ghostscript fails to configure with universal variant
----------------------------+--------------------
Reporter: MichaelGDev48 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.8.99
Resolution: | Keywords:
Port: ghostscript |
----------------------------+--------------------
Comment (by kencu):
I didn't use muniversal 1.1 (as yet) but setting the build machine like
this as a quick hack in the Portfile on the M1 system did work:
{{{
if {${universal_possible} && [variant_isset universal]} {
set merger_configure_args(x86_64) --build=x86_64-apple-
darwin22.2.0
}
}}}
{{{
% port -v installed ghostscript
The following ports are currently installed:
ghostscript @9.56.1_1+universal+x11 (active)
requested_variants='+universal' platform='darwin 22' archs='arm64 x86_64'
date='2023-01-05T08:06:40-0800'
}}}
--
Ticket URL: <https://trac.macports.org/ticket/66627#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list