Bug 99198 - app-text/kbedic-4.0 fails to compile to an issue in ./configure
|
Bug#:
99198
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: PPC
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: caleb@gentoo.org
|
Reported By: bambam@toppshatta.net
|
|
Component: Applications
|
|
|
URL:
|
|
Summary: app-text/kbedic-4.0 fails to compile to an issue in ./configure
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-07-16 04:50 0000
|
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
this should fix this issue, please add this to portage
and please add keywords "~ppc"
Fixed in CVS, thanks bambam!