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

Collapse All | Expand All

(-)gimp-2.2.10.ebuild (+1 lines)
Lines 83-88 Link Here
83
	# gimp uses inline functions (plug-ins/common/grid.c) (#23078)
83
	# gimp uses inline functions (plug-ins/common/grid.c) (#23078)
84
	# gimp uses floating point math, needs accuracy (#98685)
84
	# gimp uses floating point math, needs accuracy (#98685)
85
	filter-flags "-fno-inline" "-ffast-math"
85
	filter-flags "-fno-inline" "-ffast-math"
86
	append-flags "-fomit-frame-pointer"
86
87
87
	if use hardened; then
88
	if use hardened; then
88
		ewarn "hardened use flag suppressing mmx use flag"
89
		ewarn "hardened use flag suppressing mmx use flag"

Return to bug 128547