git: 4e5abf46a2b6 - main - graphics/krita: drop depend on xsimd on i386, unbreak build (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Sep 2022 06:03:14 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e5abf46a2b698ebcb0f8a911a1608b42e3950af commit 4e5abf46a2b698ebcb0f8a911a1608b42e3950af Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-09-26 06:01:38 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-09-26 06:03:06 +0000 graphics/krita: drop depend on xsimd on i386, unbreak build (+) Reported by: pkg-fallout --- graphics/krita/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile index 04470f16e900..4f6b51ce3724 100644 --- a/graphics/krita/Makefile +++ b/graphics/krita/Makefile @@ -15,7 +15,6 @@ BUILD_DEPENDS= libheif>=1.12.0:graphics/libheif BUILD_DEPENDS+= ${BUILD_DEPENDS_${ARCH}} BUILD_DEPENDS_aarch64= xsimd>=8.1:devel/xsimd BUILD_DEPENDS_amd64= xsimd>=8.1:devel/xsimd -BUILD_DEPENDS_i386= xsimd>=8.1:devel/xsimd LIB_DEPENDS= libImath.so:math/Imath \ libOpenColorIO.so:graphics/opencolorio \ libX11.so:x11/libX11 \