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

Collapse All | Expand All

(-)glib-1.2.10-r5.ebuild.orig (-1 / +3 lines)
Lines 24-33 Link Here
24
24
25
	# Allow glib to build with gcc-3.4.x #47047
25
	# Allow glib to build with gcc-3.4.x #47047
26
	epatch "${FILESDIR}"/${P}-gcc34-fix.patch
26
	epatch "${FILESDIR}"/${P}-gcc34-fix.patch
27
27
	epatch "${FILESDIR}"/${P}-as-needed.patch
28
	elibtoolize
28
	elibtoolize
29
	use ppc64 && use hardened && replace-flags -O[2-3] -O1
29
	use ppc64 && use hardened && replace-flags -O[2-3] -O1
30
	append-ldflags $(dlopen_lib)
30
	append-ldflags $(dlopen_lib)
31
	libtoolize --copy --force --automake
32
	# elibtoolize doesn't work, nor does _elibtoolize in autotools
31
}
33
}
32
34
33
src_compile() {
35
src_compile() {

Return to bug 133818