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

Bug 475946

Summary: games-emulation/zsnes does not respect CC
Product: Gentoo Linux Reporter: Julian Ospald <hasufell>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    

Description Julian Ospald 2013-07-06 14:06:44 UTC
make: `makefile.dep' is up to date.
make -j8 
g++ -O2 -pipe -o parsegen parsegen.cpp -lz


afaiu parsegen is needed for build time, so we could add to src_configure:

	export BUILD_CXX=$(tc-getBUILD_CXX)