Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34559 - games-board/ggz-gtk-client and games-board/ggz-gtk-games
Summary: games-board/ggz-gtk-client and games-board/ggz-gtk-games
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 34553
  Show dependency tree
 
Reported: 2003-11-27 15:52 UTC by Spider (RETIRED)
Modified: 2003-12-07 08:12 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Spider (RETIRED) gentoo-dev 2003-11-27 15:52:15 UTC
broken gtk/gtk2 flags use
bad logic inside src_compile
Comment 1 Spider (RETIRED) gentoo-dev 2003-11-27 15:52:31 UTC
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.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2003-11-27 16:05:39 UTC
Fixed in CVS.  Thanks for the bug report.