Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jul 2022 05:19:50 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 15206ff6e850 - 2022Q3 - devel/rkcommon: Broken on armv6
Message-ID:  <202207280519.26S5JoDo072339@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=15206ff6e8500710d6e49bbfdbf1aa18a944b0d4

commit 15206ff6e8500710d6e49bbfdbf1aa18a944b0d4
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-28 05:19:04 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-28 05:19:45 +0000

    devel/rkcommon: Broken on armv6
    
    Reported by:    fallout
    
    (cherry picked from commit 2756978a791ded4061c38b4053a2b6845bbdf72e)
---
 devel/rkcommon/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/rkcommon/Makefile b/devel/rkcommon/Makefile
index 7d8426e795f7..ef212d3b6331 100644
--- a/devel/rkcommon/Makefile
+++ b/devel/rkcommon/Makefile
@@ -9,6 +9,8 @@ COMMENT=	Intel RenderKit common C++/CMake infrastructure
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_armv6=	error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'
+
 LIB_DEPENDS=	libtbb.so:devel/onetbb
 
 USES=		cmake:testing compiler:c++11-lang



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