First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 151640
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Simon Stelling (RETIRED) <blubb@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
exult-1.2-useless-use.patch suggested patch patch Simon Stelling (RETIRED) 2006-10-16 14:49 0000 783 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 151640 depends on: Show dependency tree
Bug 151640 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: 2006-10-16 14:48 0000
games-engines/exult-1.2 has two bogus configure switches and therefore USE
flags:

configure.ac:
> # Architecture dependent optimisations
> AC_MSG_CHECKING(if we should optimise for MMX)
> AC_ARG_ENABLE(timidity, [  --enable-mmx       Use MMX optimisations [default no]],,enable_mmx=no)
> if test x$enable_mmx = xyes; then
>         AC_MSG_RESULT(yes)
>         CXXFLAGS="$CXXFLAGS -mmmx"
> else
>         AC_MSG_RESULT(no)
> fi

The same goes for 3dnow. Adding -mmmx and -m3dnow is already done through
-march , so this is really superfluous. The patch I am about to attach fixes
this nonissue. If you don't stop me within a week's time, I'll go and merge it
myself.

------- Comment #1 From Simon Stelling (RETIRED) 2006-10-16 14:49:16 0000 -------
Created an attachment (id=99832) [edit]
suggested patch

------- Comment #2 From Simon Stelling (RETIRED) 2006-10-16 15:04:35 0000 -------
<Mr_Bones_> blubb: do it to exult

hush, it's gone

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