Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 169219
Collapse All | Expand All

(-)/var/portage/tree/games-emulation/dosbox/dosbox-0.70.ebuild (+8 lines)
Lines 21-26 Link Here
21
	media-libs/sdl-net
21
	media-libs/sdl-net
22
	media-libs/sdl-sound"
22
	media-libs/sdl-sound"
23
23
24
pkg_setup() {
25
	if use alsa && ! built_with_use --missing true media-libs/alsa-lib midi; then
26
		eerror "To be able to build dosbox with ALSA support you need"
27
		eerror "to have built media-libs/alsa-lib with midi USE flag."
28
		die "Missing midi USE flag on media-libs/alsa-lib"
29
	fi
30
}
31
24
src_compile() {
32
src_compile() {
25
	local myconf=
33
	local myconf=
26
34

Return to bug 169219