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

Collapse All | Expand All

(-)grisbi-0.5.9.ebuild (+4 lines)
Lines 46-51 Link Here
46
				sed -i "s;doc/grisbi/help;doc/${PF}/help;g" ${i}
46
				sed -i "s;doc/grisbi/help;doc/${PF}/help;g" ${i}
47
			done
47
			done
48
	eend 0
48
	eend 0
49
50
	# Apply --as-needed patch
51
	sed -i -e "s/\$(LDFLAGS)//g" src/Makefile.in
52
	sed -i -e "s,\$(grisbi_LDFLAGS)\ \$(grisbi_OBJECTS),\$(grisbi_OBJECTS) \$(grisbi_LDFLAGS) \$(LDFLAGS),g" src/Makefile.in
49
}
53
}
50
54
51
src_compile() {
55
src_compile() {

Return to bug 207605