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

(-)a/galaxyhack-1.74.ebuild (-1 / +3 lines)
Lines 36-43 Link Here
36
		../settings.dat \
36
		../settings.dat \
37
		|| die "sed settings.dat failed"
37
		|| die "sed settings.dat failed"
38
	sed -i \
38
	sed -i \
39
		-e '/^CXX =/d' \
39
		-e "/^CXXFLAGS/s:-O3:${CXXFLAGS}:" \
40
		-e "/^CXXFLAGS/s:-O3:${CXXFLAGS}:" \
40
		-e '/^LDFLAGS/s:=:+=:' \
41
		-e 's/^LDFLAGS/LDLIBS/' \
42
		-e 's/^\t$(CXX) $(CXXFLAGS) $(LDFLAGS).*/\t$(LINK.cc) $^ $(LDLIBS) -o $@/' \
41
		Makefile \
43
		Makefile \
42
		|| die "sed Makefile failed"
44
		|| die "sed Makefile failed"
43
}
45
}

Return to bug 247490