From e86cc77ea3829e93b6f20ba2e7fe8b865d1c50f8 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 30 Dec 2023 03:04:33 -0800 Subject: [PATCH] graphics/openmvs: Broken because of the use of discontinued C++ features Reported by: fallout --- graphics/openmvs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/openmvs/Makefile b/graphics/openmvs/Makefile index 7c3a2ab7e417..da07c34080c6 100644 --- a/graphics/openmvs/Makefile +++ b/graphics/openmvs/Makefile @@ -11,6 +11,7 @@ WWW= https://github.com/cdcseacave/openMVS LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= compilation is broken because of the use of discontinued C++ features, see https://github.com/cdcseacave/openMVS/issues/1075 BROKEN_aarch64= use of undeclared identifier '__builtin_ia32_emms' # https://github.com/cdcseacave/openMVS/issues/847 BUILD_DEPENDS= cgal>0:math/cgal \