git: a62a35ccd953 - main - graphics/diplib: Not broken on i386 and aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Sep 2024 15:56:05 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a62a35ccd953f18e5113c372843b7572785d79c2 commit a62a35ccd953f18e5113c372843b7572785d79c2 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-09-06 15:55:03 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-09-06 15:56:03 +0000 graphics/diplib: Not broken on i386 and aarch64 Based on comments in the linked issues. --- graphics/diplib/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/graphics/diplib/Makefile b/graphics/diplib/Makefile index 3c81897a3feb..e92e5267bbcc 100644 --- a/graphics/diplib/Makefile +++ b/graphics/diplib/Makefile @@ -9,9 +9,6 @@ WWW= https://diplib.org/ 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 USES= cmake:testing compiler:c++14-lang gl