1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

graphics/blender: fix build on powerpc*

In file included from /wrkdirs/usr/ports/graphics/blender/work/blender-3.4.1/intern/cycles/util/simd.cpp:8:
/wrkdirs/usr/ports/graphics/blender/work/blender-3.4.1/intern/cycles/util/../util/simd.h:50:14: error: unknown type name '__m128'
extern const __m128 _mm_lookupmask_ps[16];
             ^
This commit is contained in:
Piotr Kubaj 2023-01-12 02:22:37 +01:00
parent dca0821635
commit 2fcfc8fc29

View File

@ -198,7 +198,7 @@ CMAKE_ARGS+= -DWITH_GHOST_DEBUG:BOOL=ON
.include <bsd.port.options.mk>
.if ${ARCH} != amd64 && ${ARCH} != i386
CMAKE_ARGS+= -DWITH_CPU_SSE:BOOL=OFF
CMAKE_ARGS+= -DWITH_CPU_SIMD:BOOL=OFF
.endif
post-patch: