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

Collapse All | Expand All

(-)glib/files/glib-2-macos.patch (+1 lines)
Line 0 Link Here
1
--- glib-2.4.8/configure.orig	Thu Dec  2 15:36:40 2004
Lines 1-35 Link Here
(-)glib/glib-2.6.5.ebuild (-1 / +1 lines)
Lines 24-30 Link Here
24
24
25
	unpack ${A}
25
	unpack ${A}
26
	cd ${S}
26
	cd ${S}
27
	use ppc-macos && epatch ${FILESDIR}/${PN}-2-macos.patch
27
	use ppc-macos && epatch ${FILESDIR}/${P}-macos.patch
28
28
29
	if use ppc64 && use hardened; then
29
	if use ppc64 && use hardened; then
30
		replace-flags -O[2-3] -O1
30
		replace-flags -O[2-3] -O1
(-)glib/glib-2.8.2.ebuild (-1 / +1 lines)
Lines 25-31 Link Here
25
	unpack "${A}"
25
	unpack "${A}"
26
	cd "${S}"
26
	cd "${S}"
27
27
28
	use ppc-macos && epatch ${FILESDIR}/${PN}-2-macos.patch
28
	use ppc-macos && epatch ${FILESDIR}/${P}-macos.patch
29
29
30
	if use ppc64 && use hardened; then
30
	if use ppc64 && use hardened; then
31
		replace-flags -O[2-3] -O1
31
		replace-flags -O[2-3] -O1

Return to bug 109459