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

(-)gcc-orig/gcc-4.8.3.ebuild (+4 lines)
Lines 49-52 Link Here
49
	use vanilla && return 0
49
	use vanilla && return 0
50
	#Use -r1 for newer piepatchet that use DRIVER_SELF_SPECS for the hardened specs.
50
	#Use -r1 for newer piepatchet that use DRIVER_SELF_SPECS for the hardened specs.
51
	[[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env-r1.patch
51
	[[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env-r1.patch
52
53
	sed -e 's@MSGFMT = msgfmt@MSGFMT = env -u LD_LIBRARY_PATH msgfmt@' \
54
		-i "${S}"/libstdc++-v3/po/Makefile.{am,in} \
55
		|| die "sed to fix bug 526140 in libstdc++-v3/po/Makefile.{am,in} failed"
52
}
56
}

Return to bug 526140