Gcenx / macports-wine

Updated wine Portfiles for macports
88 stars 11 forks source link

Fix Error Message on non-ARM Macs #107

Closed Alcamore closed 6 months ago

Alcamore commented 6 months ago

The devel/d3dmetal and devel/game-porting-toolkit ports error during the portindex on a non-ARM Mac because exec sysctl -n sysctl.proc_translated fails with the error sysctl: unknown oid 'sysctl.proc_translated'

The solution is to also use the -i flag to ignore unknown OIDs.

Gcenx commented 6 months ago

Thanks, I no longer have access to an Intel mac.