Changes between Version 10 and Version 11 of Ticket #56991, comment 70
- Timestamp:
- Jun 4, 2020, 2:23:52 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56991, comment 70
v10 v11 7 7 macosx_sdk_version 10.13 8 8 }}} 9 1. modify `variants.conf` and add `+universal`10 9 1. add the MacOS10.13.sdk here: 11 10 {{{ 12 11 /Library/Developer/CommandLineTools/SDKs/MacOS10.13.sdk 13 12 }}} 14 1. Clone this repo branch, or use it's top few commits yourself <https://github.com/kencu/macports-ports/tree/universalfixes> and use it as a portfile overlay to add a few small fixes for `+universal` to work more easily.13 And that is pretty much it. 15 14 16 17 If you would like to try Gcenx's very up-to-date `wine-devel` port <https://github.com/Gcenx/macports-wine-devel/> you'll find `mingw-w64` won't install `+universal`, so you need to install that `-universal`, most easily before you install his `wine-devel`. 15 If you would like to try Gcenx's very up-to-date `wine` port it's here: <https://github.com/Gcenx/macports-wine/>.