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

(-)sparse-0.4.3.ebuild (+2 lines)
Lines 29-34 Link Here
29
	sed -i \
29
	sed -i \
30
		-e '/^PREFIX=/s:=.*:=/usr:' \
30
		-e '/^PREFIX=/s:=.*:=/usr:' \
31
		-e "/^LIBDIR=/s:/lib:/$(get_libdir):" \
31
		-e "/^LIBDIR=/s:/lib:/$(get_libdir):" \
32
		-e 's/^CFLAGS =/CFLAGS +=/' \
33
		-e '/^CFLAGS =/s/-[^f][^ ]*//' \
32
		Makefile || die
34
		Makefile || die
33
	append-flags -fno-strict-aliasing
35
	append-flags -fno-strict-aliasing
34
	export MAKEOPTS+=" V=1 CC=$(tc-getCC)"
36
	export MAKEOPTS+=" V=1 CC=$(tc-getCC)"

Return to bug 361853