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
Description:   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

------- Comment #1 From bambam 2005-07-16 05:41:51 0000 -------
Created an attachment (id=63527) [details]
fixed ebuild-file

------- Comment #2 From bambam 2005-07-16 05:42:30 0000 -------
Created an attachment (id=63528) [details]
ppc-gfxopt.patch

------- Comment #3 From bambam 2005-07-16 05:43:42 0000 -------
this should fix this issue, please add this to portage

------- Comment #4 From bambam 2005-07-16 05:54:47 0000 -------
and please add keywords "~ppc"

------- Comment #5 From Joe Jezak 2005-09-14 12:14:36 0000 -------
Fixed in CVS, thanks bambam!