https://trac.macports.org/attachment/ticket/24350/wxWidgets_Portfile.diff
variant carbon conflicts gtk description {use carbon} { |
|
|
|
87 |
configure.args-append --with-mac |
|
88 |
if {$build_arch == "x86_64"} { |
|
89 |
configure.build_arch i386 |
|
90 |
} elseif {$build_arch == "ppc64"} { |
|
91 |
configure.build_arch ppc |
|
92 |
} |
|
93 |
if {![info exists configure.ld_archflags]} { |
|
94 |
eval configure.ldflags-append ${configure.cc_archflags} |
|
95 |
} |
I would guess carbon can be selected in MacPorts. I am not sure if it works but you can try it.
Sebastian |