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

(-)hydrogen-0.9.4_beta.ebuild (-2 / +2 lines)
Lines 49-55 Link Here
49
	export QMAKE_LFLAGS_RELEASE="${LDFLAGS}"
49
	export QMAKE_LFLAGS_RELEASE="${LDFLAGS}"
50
	export QMAKE_LFLAGS_DEBUG="${LDFLAGS}"
50
	export QMAKE_LFLAGS_DEBUG="${LDFLAGS}"
51
51
52
	local myconf="prefix=${ROOT}usr destdir=${D}"
52
	myconf="prefix=${ROOT}usr destdir=${D}"
53
	! use alsa; myconf="${myconf} alsa=$?"
53
	! use alsa; myconf="${myconf} alsa=$?"
54
	! use debug; myconf="${myconf} debug=$?"
54
	! use debug; myconf="${myconf} debug=$?"
55
	! use jack; myconf="${myconf} jack=$?"
55
	! use jack; myconf="${myconf} jack=$?"
Lines 68-74 Link Here
68
}
68
}
69
69
70
src_install() {
70
src_install() {
71
	scons install prefix="${ROOT}usr" destdir="${D}" || die "scons install failed"
71
	scons install ${myconf} || die "scons install failed"
72
72
73
	# install tools
73
	# install tools
74
	for i in hydrogenSynth hydrogenPlayer; do
74
	for i in hydrogenSynth hydrogenPlayer; do

Return to bug 263017