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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- a/sys-fs/dosfstools/dosfstools-3.0.28.ebuild
0
++ b/sys-fs/dosfstools/dosfstools-3.0.28.ebuild
Lines 18-23 IUSE="" Link Here
18
RESTRICT="test" # there is no test target #239071
18
RESTRICT="test" # there is no test target #239071
19
19
20
src_prepare() {
20
src_prepare() {
21
	epatch "${FILESDIR}"/${P}-uint.patch
21
	sed -i \
22
	sed -i \
22
		-e "/^PREFIX/s:=.*:= ${EPREFIX}/usr:" \
23
		-e "/^PREFIX/s:=.*:= ${EPREFIX}/usr:" \
23
		-e '/^OPTFLAGS/d' \
24
		-e '/^OPTFLAGS/d' \
Lines 25-29 src_prepare() { Link Here
25
		-e "/\$(DOCDIR)/s:${PN}:${PF}:" \
26
		-e "/\$(DOCDIR)/s:${PN}:${PF}:" \
26
		Makefile || die
27
		Makefile || die
27
	append-lfs-flags
28
	append-lfs-flags
29
	append-cppflags -D_GNU_SOURCE
28
	tc-export CC
30
	tc-export CC
29
}
31
}

Return to bug 574654