Ticket #58943: patch-config.py.diff

File patch-config.py.diff, 282 bytes (added by Veence (Vincent), 4 years ago)

Patchfile to go with previously posted Portfile

  • config.py

    old new cleaning = 'clean' in sys.argv 
    248248
    249249# change the PORT default for wxMac
    250250if sys.platform[:6] == "darwin":
    251     WXPORT = 'osx_carbon'
     251    WXPORT = 'osx_cocoa'
    252252
    253253# and do the same for wxMSW, just for consistency
    254254if os.name == 'nt':