Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14071 - medial-libs/paragui-1.0.3 refuses configuration
Summary: medial-libs/paragui-1.0.3 refuses configuration
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All All
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-16 18:37 UTC by Ingo Krabbe
Modified: 2003-01-16 19:00 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 Ingo Krabbe 2003-01-16 18:37:56 UTC
... since there is a simple type error in the 1.0.3.ebuild:

Please change
    econf --enabled-internalphysfs || die "configure failure"
                  ^        (this is simply wrong)
into
    econf --enable-internalphysfs || die "configure failure"

BYE INGO