Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 16357

Summary: CFLAGS wrong jpeg-6b-r3.ebuild
Product: Gentoo Linux Reporter: Andrey Ulanov <drey>
Component: New packagesAssignee: Martin Holzer (RETIRED) <mholzer>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: 1.4_rc2   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 14851    
Bug Blocks:    

Description Andrey Ulanov 2003-02-25 12:25:21 UTC
Lines

export CFLAGS="${CFLAGS/k6-3/i586}"
export CFLAGS="${CFLAGS/k6-2/i586}"
export CFLAGS="${CFLAGS/k6/i586}"

should be 

export CFLAGS="${CFLAGS//k6-3/i586}"
export CFLAGS="${CFLAGS//k6-2/i586}"
export CFLAGS="${CFLAGS//k6/i586}"
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-02-25 13:11:02 UTC
should be complete changed
flag-o-magic handle this now
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-03-01 18:13:38 UTC
changed back to replace-flags