git: eb7817e72162 - main - cad/surelog: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 04 Sep 2022 22:22:22 UTC
The branch main has been updated by yuri:

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

commit eb7817e7216265a2e39484d0e800ca6f7fd4e19e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-09-04 22:20:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-09-04 22:20:41 +0000

    cad/surelog: Broken on i386
    
    Reported by:    fallout
---
 cad/surelog/Makefile | 1 +
 1 file changed, 1 insertion(+)

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}