View | Details | Raw Unified | Return to bug 246225
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 37-42 Link Here
37
37
38
# disable sse on non-x86 archs
38
# disable sse on non-x86 archs
39
.if ${ARCH} != amd64 && ${ARCH} != i386
39
.if ${ARCH} != amd64 && ${ARCH} != i386
40
CFLAGS+=		-D__SIMD_NO_SIMD__
40
EXTRA_PATCHES+=		${PATCHDIR}/extra-patch-CMakeLists.txt
41
EXTRA_PATCHES+=		${PATCHDIR}/extra-patch-CMakeLists.txt
41
.endif
42
.endif
42
43

Return to bug 246225