git: 6b862362322c - main - graphics/diplib: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jun 2024 06:00:43 UTC
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