aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-09-18 19:10:48 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-09-18 19:37:10 +0000
commit7be8b69ce034277c038e7390748307ab9baed3b6 (patch)
tree780e2e2de0055794a888a26e46200eb5d8cc74f1 /cad
parent78800bad7772c2bcf377bd9c53506e36b977a5dd (diff)
downloadports-7be8b69ce034277c038e7390748307ab9baed3b6.tar.gz
ports-7be8b69ce034277c038e7390748307ab9baed3b6.zip
cad/opentimer: Broken on i386
Reported by: fallout
Diffstat (limited to 'cad')
-rw-r--r--cad/opentimer/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/opentimer/Makefile b/cad/opentimer/Makefile
index c18a4399f4b0..55a905747277 100644
--- a/cad/opentimer/Makefile
+++ b/cad/opentimer/Makefile
@@ -8,6 +8,8 @@ COMMENT= High-performance timing analysis tool for VLSI systems
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_i386= undefined reference to `__atomic_compare_exchange_8'
+
USES= cmake compiler:c++17-lang python:test shebangfix tcl
USE_GCC= yes # fails to build with clang-11: https://github.com/OpenTimer/OpenTimer/issues/48