Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16357 - CFLAGS wrong jpeg-6b-r3.ebuild
Summary: CFLAGS wrong jpeg-6b-r3.ebuild
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 14851
Blocks:
  Show dependency tree
 
Reported: 2003-02-25 12:25 UTC by Andrey Ulanov
Modified: 2003-03-01 18:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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