[portage] force media-gfx/darktable to use SSE on x86 (damn broken pkg!)

This commit is contained in:
Fabio Erculiani 2011-11-14 18:49:51 +01:00
parent bd28763175
commit 6f03ec08c7
2 changed files with 4 additions and 0 deletions

3
conf/intel/portage/env/damn.sse.conf vendored Normal file
View File

@ -0,0 +1,3 @@
# Damn x86 packages requiring SSE
CFLAGS="-O2 -march=i686 -msse -msse2"
CXXFLAGS="${CFLAGS}"

View File

@ -4,3 +4,4 @@ media-video/libav O3.x86.conf
games-fps/nexuiz O3.x86.conf
games-fps/xonotic O3.x86.conf
games-fps/quake3 O3.x86.conf
media-gfx/darktable damn.sse.conf