Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8731 - dev-libs/popt-1.6.3 ignores use -nls
Summary: dev-libs/popt-1.6.3 ignores use -nls
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: Normal minor (vote)
Assignee: Brad Cowan (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-03 21:07 UTC by Chris PeBenito (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
fixed popt-1.6.3.ebuild (popt-1.6.3-r1.ebuild,685 bytes, text/plain)
2002-10-03 21:07 UTC, Chris PeBenito (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris PeBenito (RETIRED) gentoo-dev 2002-10-03 21:07:18 UTC
If you have a USE of -nls, the ebuild ignores, and tries to install NLS.

In the src_compile, there is:
use nls || myconf="--disable-nls"

but the econf doesnt have ${myconf}:
econf || die

All that needs to be done is to do:
econf ${myconf} || die

Attached is the fixed ebuild.
Comment 1 Chris PeBenito (RETIRED) gentoo-dev 2002-10-03 21:07:59 UTC
Created attachment 4395 [details]
fixed popt-1.6.3.ebuild
Comment 2 Brad Cowan (RETIRED) gentoo-dev 2002-10-03 22:44:39 UTC
Fixed, THX for the bug catch :)