From a62a35ccd953f18e5113c372843b7572785d79c2 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 6 Sep 2024 08:55:03 -0700 Subject: [PATCH] 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