| Bug#: 34559 | Product: Gentoo Linux | Version: 1.4 | Platform: All |
| OS/Version: All | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: games@gentoo.org | Reported By: spider@gentoo.org | |
| Component: Games | |||
| URL: | |||
| Summary: games-board/ggz-gtk-client and games-board/ggz-gtk-games | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2003-11-27 15:52 0000 | |||
| Description: | Opened: 2003-11-27 15:52 0000 |
broken gtk/gtk2 flags use bad logic inside src_compile
try this : myconf="--enable-gtk2" use gtk2 || myconf="--enable-gtk" , that will default to gtk2, and reset it if USE="-gtk2" is set. currently it overrides gtk2 setting. BAD.
Fixed in CVS. Thanks for the bug report.