Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4320 - bzflag-1.7.6.ebuild not complete
Summary: bzflag-1.7.6.ebuild not complete
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-29 07:06 UTC by Patrick Naubert
Modified: 2003-02-04 19:42 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 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.