git: 2fcfc8fc29ce - main - graphics/blender: fix build on powerpc*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Jan 2023 16:26:43 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=2fcfc8fc29ce6fc956cdb84f0adbc00e8ee3c5e3 commit 2fcfc8fc29ce6fc956cdb84f0adbc00e8ee3c5e3 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:25:32 +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]; ^ --- 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: