Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Aug 2026 15:21:42 +0000
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0c7158a9929b - main - graphics/krita: fix build on powerpc64le
Message-ID:  <6a70b206.3afd8.6454f060@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by pkubaj:

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

commit 0c7158a9929bcd015a443b4e2a6695b6c59536de
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2026-08-02 06:37:09 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
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 \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a70b206.3afd8.6454f060>