summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-09-04 15:20:41 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2022-09-04 15:20:41 -0700
commiteb7817e7216265a2e39484d0e800ca6f7fd4e19e (patch)
tree084ae6c5f70b687874da2a5d3971dbc0914dd686 /cad
parenttextproc/py-jarowinkler: Update 1.2.0 -> 1.2.1 (diff)
cad/surelog: Broken on i386
Reported by: fallout
Diffstat (limited to 'cad')
-rw-r--r--cad/surelog/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/surelog/Makefile b/cad/surelog/Makefile
index 04d872b9a964..e9b095a88301 100644
--- a/cad/surelog/Makefile
+++ b/cad/surelog/Makefile
@@ -11,6 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_aarch64= compilation fails: Creating OVM precompiled package... Segmentation fault (core dumped) # update to the current revision might help but it has C++ errors
BROKEN_armv6= compilation fails: Creating OVM precompiled package... libunwind: personality function returned unknown result 5
+BROKEN_i386= compilation fails: conversion function cannot be redeclared, see https://github.com/chipsalliance/Surelog/issues/3206
BUILD_DEPENDS= utf8cpp>0:devel/utf8cpp \
${PYTHON_PKGNAMEPREFIX}orderedmultidict>0:devel/py-orderedmultidict@${PY_FLAVOR}