You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
02df3ce3de
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@110279 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
282 B
Diff
12 lines
282 B
Diff
--- config.py.orig
|
|
+++ config.py
|
|
@@ -248,7 +248,7 @@ cleaning = 'clean' in sys.argv
|
|
|
|
# change the PORT default for wxMac
|
|
if sys.platform[:6] == "darwin":
|
|
- WXPORT = 'osx_carbon'
|
|
+ WXPORT = 'osx_cocoa'
|
|
|
|
# and do the same for wxMSW, just for consistency
|
|
if os.name == 'nt':
|