First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 4320
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Patrick Naubert <patrickn@tygerteam.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 4320 depends on: Show dependency tree
Bug 4320 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-06-29 07:06 0000
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 From Seemant Kulleen (RETIRED) 2002-06-29 07:57:42 0000 -------
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.

First Last Prev Next    No search results available      Search page      Enter new bug