Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 377295 - games-sports/foobillard: relies on build-time opengl choice
Summary: games-sports/foobillard: relies on build-time opengl choice
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: 149718
Blocks:
  Show dependency tree
 
Reported: 2011-08-01 16:28 UTC by Michał Górny
Modified: 2011-10-13 08:00 UTC (History)
1 user (show)

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-08-01 16:28:29 UTC
[[ "$(eselect opengl show)" == 'nvidia' ]] \
        && myconf='--enable-nvidia=yes' \
        || myconf='--enable-nvidia=no'

This is unacceptable as it:
1) makes binary packages rely on build-system configuration,
2) makes the installed application rely on build-time configuration implicitly.

Depending on what '--enable-nvidia' does, it should either be enabled unconditionally or use video_cards_nvidia.
Comment 1 Tupone Alfredo gentoo-dev 2011-10-13 08:00:37 UTC
Fixed. Thanks for report