tpoechtrager / osxcross

Mac OS X cross toolchain for Linux, FreeBSD, OpenBSD and Android (Termux)
GNU General Public License v2.0
2.8k stars 318 forks source link

tools/osxcross-macports: add support for "any" darwin version #409

Open efa opened 7 months ago

efa commented 7 months ago

like packages: https://packages.macports.org/xorg-xorgproto/

As now omp is unable to installs xorg-xorgproto as it is marked "darwin_any.noarch" and prev check $OSXVERSION | grep "noarch" never match those kind of packages.

This solve also: https://github.com/tpoechtrager/osxcross/issues/399

ProjectSynchro commented 6 months ago

+1 to this solution, fixes any packages that bring in xorg.

In our case this is due to libsdl2_image bringing in giflib which brings in xorg packages. (Isn't dependency hell fun?!)