Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Sep 2022 06:03:14 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4e5abf46a2b6 - main - graphics/krita: drop depend on xsimd on i386, unbreak build (+)
Message-ID:  <202209260603.28Q63EN2036616@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209260603.28Q63EN2036616>