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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- imagemagick-6.7.8.7.ebuild
0
++ imagemagick-6.7.8.7.ebuild
Lines 67-72 Link Here
67
S=${WORKDIR}/${MY_P}
67
S=${WORKDIR}/${MY_P}
68
68
69
src_prepare() {
69
src_prepare() {
70
	sed -i -e "s|\(-L\${freetype_exec_prefix}/\)lib|\1$(get_libdir)|" configure || die
70
	elibtoolize # for Darwin modules
71
	elibtoolize # for Darwin modules
71
}
72
}
72
73

Return to bug 386925