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

(-)gtk+-2.12.0.ebuild.orig (+16 lines)
Lines 72-81 Link Here
72
	epatch "${FILESDIR}"/${P}-icon-cache-speedup.patch
72
	epatch "${FILESDIR}"/${P}-icon-cache-speedup.patch
73
73
74
	# http://bugzilla.gnome.org/show_bug.cgi?id=478173
74
	# http://bugzilla.gnome.org/show_bug.cgi?id=478173
75
	epatch "${FILESDIR}/${PN}-2.12.0-libtracker_so.patch"
75
	epatch "${FILESDIR}/${PN}-2.12.0-libtracker_so.patch"
76
76
77
	#Fix Gnome bug 463773:
78
	#http://bugzilla.gnome.org/show_bug.cgi?id=463773
79
	#These patches were taken from Arch Linux. Ubuntu uses another patch,
80
	#see the Gnome Bug.
81
	#Novell has a good forensic of the problem here:
82
	#https://bugzilla.novell.com/show_bug.cgi?id=294385
83
	#Description from the Arch Linux commit:
84
	#Fix fix critical assertions with OpenOffice.org and Flashplayer.
85
	#The first one can be fixed, but requires a 100MB package update,
86
	#the 2nd cannot be fixed without help from Adobe. These extra checks
87
	#should be done in the offended packages, but checking it inside GTK
88
	#does no harm to other applications
89
90
	epatch "${FILESDIR}/gtkclipboard-check.patch"
91
	epatch "${FILESDIR}/gdkscreen-check.patch"
92
77
	# -O3 and company cause random crashes in applications. Bug #133469
93
	# -O3 and company cause random crashes in applications. Bug #133469
78
	replace-flags -O3 -O2
94
	replace-flags -O3 -O2
79
	strip-flags
95
	strip-flags
80
96
81
	use ppc64 && append-flags -mminimal-toc
97
	use ppc64 && append-flags -mminimal-toc

Return to bug 193513