Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 34559

Summary: games-board/ggz-gtk-client and games-board/ggz-gtk-games
Product: Gentoo Linux Reporter: Spider (RETIRED) <spider>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.4   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 34553    

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.