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

(-)/usr/portage/x11-plugins/pidgin-latex/pidgin-latex-1.3.4.ebuild (-1 / +2 lines)
Lines 29-35 Link Here
29
{
29
{
30
	sed -e "s:\(CC.*=\).*:\1 $(tc-getCC):" \
30
	sed -e "s:\(CC.*=\).*:\1 $(tc-getCC):" \
31
		-e "/LIB_INSTALL_DIR/{s:/lib/pidgin:/$(get_libdir)/pidgin:;}" \
31
		-e "/LIB_INSTALL_DIR/{s:/lib/pidgin:/$(get_libdir)/pidgin:;}" \
32
			-i Makefile || die
32
		-e "s:-shared:\$(LDFLAGS) &:" \
33
		-i Makefile || die
33
}
34
}
34
35
35
src_compile() {
36
src_compile() {

Return to bug 328815