git: e088f096a1b5 - 2023Q1 - graphics/blender: fix build on powerpc*

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Thu, 12 Jan 2023 16:29:44 UTC
The branch 2023Q1 has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e088f096a1b5fbb900bfc748ed23234a71ef20a2

commit e088f096a1b5fbb900bfc748ed23234a71ef20a2
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-01-12 01:22:37 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-01-12 16:28:16 +0000

    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];
                 ^
    
    (cherry picked from commit 2fcfc8fc29ce6fc956cdb84f0adbc00e8ee3c5e3)
---
 graphics/blender/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile
index bd87cdebb17b..e8aaeaaf6ae3 100644
--- a/graphics/blender/Makefile
+++ b/graphics/blender/Makefile
@@ -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: