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
the "configure"-script in this package causes to change the CFLAGS-option "-mpowerpc-gfxopt" to "-mpowerpcfxopt"! This happens in line:1659 : if test "$with_debug" = "no"; then CXXFLAGS="`echo $CXXFLAGS | sed s/-g//`" CFLAGS="`echo $CFLAGS | sed s/-g//`" fi so please fix this!!!! Reproducible: Always Steps to Reproduce: 1.emerge kbedit 2.fails on: cc1plus: error: invalid option `powerpcfxopt' Actual Results: won't build Expected Results: should build fine
Created an attachment (id=63527) [edit] fixed ebuild-file
Created an attachment (id=63528) [edit] ppc-gfxopt.patch
this should fix this issue, please add this to portage
and please add keywords "~ppc"
Fixed in CVS, thanks bambam!