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

(-)a/tardy-1.17.ebuild (-1 / +7 lines)
Lines 16-22 Link Here
16
src_unpack() {
16
src_unpack() {
17
	unpack ${A}
17
	unpack ${A}
18
	cd "${S}"
18
	cd "${S}"
19
	sed -i '/^CFLAGS/d' Makefile.in
19
	sed -i
20
		-e '/^CFLAGS/d' \
21
		-e '/^LDFLAGS =/d' \
22
		-e 's/$(CXX) $(CFLAGS)/$(CXX) $(CXXFLAGS) -o $@/' \
23
		-e '/mv \(.*\)\.o \(.*\)\/\1\.o/d' \
24
		-e '/@sleep 1/d' \
25
		Makefile.in
20
}
26
}
21
27
22
src_test() {
28
src_test() {

Return to bug 243510