Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 402735 - media-libs/sdl-mixer-1.2.12: modplug USE flag triggers wrong configure option
Summary: media-libs/sdl-mixer-1.2.12: modplug USE flag triggers wrong configure option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-08 17:56 UTC by Nikos Chantziaras
Modified: 2012-02-08 18:41 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 Nikos Chantziaras 2012-02-08 17:56:02 UTC
The current ebuild for sdl-mixer-1.2.12 has a "modplug" USE flag that triggers a non-existing configure option:

$(use_enable modplug music-modplug)

This doesn't work and SDL_mixer builds without modplug support. The above needs to be changed to:

$(use_enable modplug music-mod-modplug)

Reproducible: Always
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2012-02-08 18:41:26 UTC
fixed.