Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2024 06:00:43 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: 6b862362322c - main - graphics/diplib: Broken on i386
Message-ID:  <202406230600.45N60haW065397@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=6b862362322c4776c96811827598261e31c49282

commit 6b862362322c4776c96811827598261e31c49282
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-23 06:00:08 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-23 06:00:41 +0000

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

diff --git a/graphics/diplib/Makefile b/graphics/diplib/Makefile
index ec2de182e110..a4a2114b30f5 100644
--- a/graphics/diplib/Makefile
+++ b/graphics/diplib/Makefile
@@ -10,6 +10,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BROKEN_aarch64=	runaway builds, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276690
+BROKEN_i386=	compilation fails: constructor cannot be redeclared, see https://github.com/DIPlib/diplib/issues/162
 
 LIB_DEPENDS=	libglfw.so:graphics/glfw
 



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