Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 146594 | Differences between
and this patch

Collapse All | Expand All

(-)wmmp/wmmp-0.10.0.ebuild (+6 lines)
Lines 25-30 KEYWORDS="x86 sparc alpha amd64" Link Here
25
25
26
S=${WORKDIR}/${MY_P}
26
S=${WORKDIR}/${MY_P}
27
27
28
src_compile() {
29
	# Use the default port as set in media-sound/mpd
30
	econf --with-default-port=6600 || die
31
	emake || die
32
}
33
28
src_install () {
34
src_install () {
29
	emake install DESTDIR=${D} || die
35
	emake install DESTDIR=${D} || die
30
36

Return to bug 146594