[MacPorts] #71267: zvbi @0.2.35_5: undefined X11 symbols due to ignoring file '/opt/X11/lib/libX11.6.dylib': fat file missing arch 'arm64', file has 'i386, x86_64'
MacPorts
noreply at macports.org
Sat Nov 9 17:32:03 UTC 2024
#71267: zvbi @0.2.35_5: undefined X11 symbols due to ignoring file
'/opt/X11/lib/libX11.6.dylib': fat file missing arch 'arm64', file has
'i386,x86_64'
----------------------+---------------------
Reporter: bhatiaa | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: sequoia
Port: zvbi |
----------------------+---------------------
Comment (by kencu):
so bhatiaa, edit the portfile
{{{
bbedit `port file zvbi`
}}}
and add something like this to the bottom part of the Portfile:
{{{
configure.args-append --x-includes=${prefix}
configure.args-append --x-libraries=${prefix}
}}}
or maybe it will turn out to be
{{{
configure.args-append --x-includes=${prefix}/include
configure.args-append --x-libraries=${prefix}/lib
}}}
--
Ticket URL: <https://trac.macports.org/ticket/71267#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list