aboutsummaryrefslogtreecommitdiff
path: root/graphics/lux
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/lux')
-rw-r--r--graphics/lux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/lux/Makefile b/graphics/lux/Makefile
index 550cf2bcf052..739e2acca7e2 100644
--- a/graphics/lux/Makefile
+++ b/graphics/lux/Makefile
@@ -41,7 +41,7 @@ AVX_DESC= support AVX flavor
AVX2_DESC= support AVX2 flavor
AVX512_DESC= support AVX-512F flavor
-SSE2_CXXFLAGS_OFF= ${${OSVERSION}>=1300000:?-march=i686:}
+SSE2_CXXFLAGS_OFF= -march=i686
SSE2_CXXFLAGS= -march=pentium4
SSSE3_CMAKE_BOOL= FLV_SSSE3
SSE42_CMAKE_BOOL= FLV_SSE42