aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2026-08-02 06:37:09 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2026-08-03 15:21:15 +0000
commit0c7158a9929bcd015a443b4e2a6695b6c59536de (patch)
tree1094d1eb2c24bc5629d68615097269ad4a1a231e
parent6dfb907ddd236b03111af28ab68a04ab7b4f2aa0 (diff)
graphics/krita: fix build on powerpc64le
xsimd also needed on powerpc64le.
-rw-r--r--graphics/krita/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile
index c0937aa44bca..32e85d66e5ff 100644
--- a/graphics/krita/Makefile
+++ b/graphics/krita/Makefile
@@ -18,6 +18,7 @@ BUILD_DEPENDS= boost-libs>=1.65:devel/boost-libs \
BUILD_DEPENDS+= ${BUILD_DEPENDS_${ARCH}}
BUILD_DEPENDS_aarch64= xsimd>=8.1:devel/xsimd
BUILD_DEPENDS_amd64= xsimd>=8.1:devel/xsimd
+BUILD_DEPENDS_powerpc64le= xsimd>=8.1:devel/xsimd
LIB_DEPENDS= libOpenColorIO.so:graphics/opencolorio \
libexiv2.so:graphics/exiv2 \
libfftw3.so:math/fftw3 \