Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 401661 - wxwidgets.eclass: fails if wxGTK is build with X on MacOS
Summary: wxwidgets.eclass: fails if wxGTK is build with X on MacOS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-31 17:06 UTC by Christoph Junghans (RETIRED)
Modified: 2014-04-21 21:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch against prefix overlay (wxwidgets.eclass.patch,920 bytes, patch)
2013-12-01 21:18 UTC, Christoph Junghans (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Junghans (RETIRED) gentoo-dev 2012-01-31 17:06:08 UTC
wx-config is always named mac-*-*-2.[68] on Mac OS, even if X is enabled, which make it unable for wxwidgets.eclass to find wx-config as X is checked before aqua and hence gtk-*-*-2.[68] is assumed as name.
Comment 1 Christoph Junghans (RETIRED) gentoo-dev 2013-12-01 21:18:02 UTC
Created attachment 364382 [details, diff]
patch against prefix overlay

I finally got around to look at this again.

@grobian: is this fine to commit?
Comment 2 Fabian Groffen gentoo-dev 2013-12-01 21:21:54 UTC
I can't test this right now, so if it works for you, feel free to.
Comment 3 Christoph Junghans (RETIRED) gentoo-dev 2014-04-17 19:57:58 UTC
@wxwidgets: can we commit that?
Comment 4 Ryan Hill (RETIRED) gentoo-dev 2014-04-18 01:06:54 UTC
I think the first hunk should add "mac", not "aqua".  Otherwise okay.

eselect-wxwidgets doesn't have support for "mac" as a toolkit.  Do you need it added?
Comment 5 Christoph Junghans (RETIRED) gentoo-dev 2014-04-21 21:57:34 UTC
(In reply to Ryan Hill from comment #4)
> I think the first hunk should add "mac", not "aqua".  Otherwise okay.
+  21 Apr 2014; Christoph Junghans <ottxor@gentoo.org> wxwidgets.eclass:
+  added prefix support (bug #401661)
+

> 
> eselect-wxwidgets doesn't have support for "mac" as a toolkit.  Do you need
> it added?
I will open a separate bug for prefix support in eselect-wxwidgets.