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

(-)dev-libs/mini-xml/mini-xml-2.6.ebuild (+3 lines)
Lines 30-35 Link Here
30
30
31
	sed -i -e "s:755 -s:755:" Makefile.in || die "sed failed"
31
	sed -i -e "s:755 -s:755:" Makefile.in || die "sed failed"
32
	sed -i "/^TARGETS/s: testmxml::" Makefile.in || die "sed failed"
32
	sed -i "/^TARGETS/s: testmxml::" Makefile.in || die "sed failed"
33
	sed -i -e 's:$(DSO) $(DSOFLAGS) -o libmxml.so.1.4 $(LIBOBJS):$(DSO) $(DSOFLAGS) $(LDFLAGS) -o libmxml.so.1.4 $(LIBOBJS):' \
34
			Makefile.in || die "sed failed"
35
	sed -i -e 's:OPTIM="-Os -g":OPTIM="":' configure.in || die "sed failed"
33
	rm configure
36
	rm configure
34
#	eautoreconf
37
#	eautoreconf
35
	eautoconf
38
	eautoconf

Return to bug 306165