Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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.
Created an attachment (id=99832) [edit] suggested patch
<Mr_Bones_> blubb: do it to exult hush, it's gone