git: 0c7158a9929b - main - graphics/krita: fix build on powerpc64le
Piotr Kubaj <[email protected]> Mon, 03 Aug 2026 15:21:42 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c7158a9929bcd015a443b4e2a6695b6c59536de commit 0c7158a9929bcd015a443b4e2a6695b6c59536de Author: Piotr Kubaj <[email protected]> AuthorDate: 2026-08-02 06:37:09 +0000 Commit: Piotr Kubaj <[email protected]> CommitDate: 2026-08-03 15:21:15 +0000 graphics/krita: fix build on powerpc64le xsimd also needed on powerpc64le. --- graphics/krita/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \