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

Bug 4320

Summary: bzflag-1.7.6.ebuild not complete
Product: Gentoo Linux Reporter: Patrick Naubert <patrickn>
Component: [OLD] GamesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Patrick Naubert 2002-06-29 07:06:09 UTC
For the bzflag ebuild to work (for version 1.7.6):

the line 
 cat config-sys | sed -e \
        "s:INSTALL_DATA_DIR = /usr/X11R6/lib/X11/bzflag/data:INSTALL_DATA_DIR =
/usr/share/bzflag/data:" \
         -e "s:-O2:${CFLAGS}:g" > config-sys

should be changed to the 2 lines:
cat config-sys | sed -e \
        "s:INSTALL_DATA_DIR = /usr/X11R6/lib/X11/bzflag/data:INSTALL_DATA_DIR =
/usr/share/bzflag/data:" \
         -e "s:-O2:${CFLAGS}:g" > config-sys2
   mv config-sys2 config.sys
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-29 07:57:42 UTC
Thanks for the fix.  I've altered it slightly in the ebuild to conform to
current gentoo implementations for this kind of thing.

Please emerge --clean rsync to see the changes.