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

(-)/usr/portage/media-libs/dumb/dumb-0.9.3.ebuild (-2 / +3 lines)
Lines 18-31 Link Here
18
18
19
src_unpack() {
19
src_unpack() {
20
	unpack ${A}
20
	unpack ${A}
21
	cd ${S}
21
	cd "${S}"
22
	cat << EOF > make/config.txt
22
	cat << EOF > make/config.txt
23
include make/unix.inc
23
include make/unix.inc
24
ALL_TARGETS := core core-examples core-headers
24
ALL_TARGETS := core core-examples core-headers
25
PREFIX := /usr
25
PREFIX := /usr
26
EOF
26
EOF
27
27
28
	epatch ${FILESDIR}/${PN}-0.9.2-PIC.patch
28
	epatch "${FILESDIR}"/${PN}-0.9.2-PIC.patch
29
	sed -i '/= -s/d' Makefile || die "sed failed"
29
	cp Makefile Makefile.rdy
30
	cp Makefile Makefile.rdy
30
}
31
}
31
32

Return to bug 137591