[MacPorts] #13870: BUG: xchm 1.13 defaults to Mac version of
wxWidgets
MacPorts
trac at macosforge.org
Wed Jan 9 23:49:17 PST 2008
#13870: BUG: xchm 1.13 defaults to Mac version of wxWidgets
---------------------------------------+------------------------------------
Reporter: guido.soranzio at gmail.com | Owner: macports-tickets at lists.macosforge.org
Type: defect | Status: new
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.6.0
Resolution: | Keywords:
---------------------------------------+------------------------------------
Comment (by afb at macports.org):
Ah, I see. Yes, this is a known shortcoming in MacPorts wxWidgets (only
one at a time)
Feel free to borrow the ugly hackaround that I use in some of my own
wxWidgets ports...
{{{
platform macosx {}
if { [variant_isset macosx] && ![variant_isset x11] } { default_variants
+aqua }
if { [variant_isset puredarwin] } { default_variants +x11 }
if { [variant_isset freebsd] } { default_variants +x11 }
variant aqua requires macosx description "Use the wxMac port of wxWidgets"
{
depends_lib-append port:wxWidgets
}
variant x11 conflicts aqua description "Use the wxGTK port of wxWidgets" {
depends_lib-append port:wxgtk
}
}}}
--
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13870#comment:3>
MacPorts </projects/macports>
Ports system for Mac OS
More information about the macports-tickets
mailing list