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

(-)file_not_specified_in_diff (-9 lines)
Lines 194-202 Link Here
194
	local squish #290564
195
	use altivec && squish="-DSQUISH_USE_ALTIVEC=1 -maltivec"
196
	use sse && squish="-DSQUISH_USE_SSE=1 -msse"
197
	use sse2 && squish="-DSQUISH_USE_SSE=2 -msse2"
198
	sed -i \
199
		-e '/^CXXFLAGS/{s:-D[^=]*=.::;s:-m[[:alnum:]]*::}' \
200
		-e "1iCXXFLAGS += ${squish}" \
201
		lib/libsquish/Makefile.in || die
202

Return to bug 536402