aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-28 05:19:04 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-28 05:19:45 +0000
commit15206ff6e8500710d6e49bbfdbf1aa18a944b0d4 (patch)
treea4082d450d36582a3bb13fcd6671191c9ad3e564
parentd60e95e52e7df0240c9fd0e3267e9752c6ab8bd0 (diff)
downloadports-15206ff6e8500710d6e49bbfdbf1aa18a944b0d4.tar.gz
ports-15206ff6e8500710d6e49bbfdbf1aa18a944b0d4.zip
devel/rkcommon: Broken on armv6
Reported by: fallout (cherry picked from commit 2756978a791ded4061c38b4053a2b6845bbdf72e)
-rw-r--r--devel/rkcommon/Makefile2
1 files changed, 2 insertions, 0 deletions
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