Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2024 08:17:27 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 64d54b21bfc4 - main - misc/ncnn: Broken on i386
Message-ID:  <202404110817.43B8HRbm022188@gitrepo.freebsd.org>

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

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

commit 64d54b21bfc49c2583011b8f272dac7aaaadc708
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-11 07:53:09 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-11 08:17:15 +0000

    misc/ncnn: Broken on i386
    
    Reported by:    fallout
---
 misc/ncnn/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/ncnn/Makefile b/misc/ncnn/Makefile
index 0f3b3d55d1ae..25493568a385 100644
--- a/misc/ncnn/Makefile
+++ b/misc/ncnn/Makefile
@@ -9,6 +9,8 @@ WWW=		https://github.com/Tencent/ncnn
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_i386=	clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278305
+
 LIB_DEPENDS=	libabsl_flags_program_name.so:devel/abseil \
 		libprotobuf.so:devel/protobuf
 



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