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

(-)mixxx-1.3.2.ebuild (-4 / +4 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2004 Gentoo Foundation
1
# Copyright 1999-2004 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/mixxx-1.3.2.ebuild,v 1.2 2004/10/08 07:18:21 eradicator Exp $
3
# $Header: /usr/local/portage/media-sound/mixxx/RCS/mixxx-1.4.ebuild,v 1.2 2004/10/12 13:47:50 root Exp root $
4
4
5
IUSE="jack"
5
IUSE="alsa jack"
6
6
7
inherit eutils
7
inherit eutils
8
8
Lines 40-46 Link Here
40
}
40
}
41
41
42
src_compile() {
42
src_compile() {
43
	./configure `use_enable jack Jack` || die "configure failed"
43
	./configure `use_enable alsa Alsa` `use_enable jack Jack` || die "configure failed"
44
44
45
	sed -i -e "s/CFLAGS *= -pipe -w -O2/CFLAGS   = ${CFLAGS} -w/" \
45
	sed -i -e "s/CFLAGS *= -pipe -w -O2/CFLAGS   = ${CFLAGS} -w/" \
46
	       -e "s/CXXFLAGS *= -pipe -w -O2/CXXFLAGS   = ${CXXFLAGS} -w/" Makefile
46
	       -e "s/CXXFLAGS *= -pipe -w -O2/CXXFLAGS   = ${CXXFLAGS} -w/" Makefile
Lines 53-57 Link Here
53
	make COPY_FILE="cp -fpr" \
53
	make COPY_FILE="cp -fpr" \
54
	     INSTALL_ROOT="${D}" install || die "make install failed"
54
	     INSTALL_ROOT="${D}" install || die "make install failed"
55
55
56
	dodoc ../README ../Mixxx-Manual.pdf
56
	dodoc ../README ../README.ALSA ../Mixxx-Manual.pdf
57
}
57
}

Return to bug 67366