git: 1b308d9817e0 - 2022Q2 - x11-toolkits/nanogui: Broken on arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Apr 2022 06:14:15 UTC
The branch 2022Q2 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b308d9817e0856fc5aebac92c6c5dcd32f38507 commit 1b308d9817e0856fc5aebac92c6c5dcd32f38507 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-04-19 03:51:00 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-04-19 06:14:12 +0000 x11-toolkits/nanogui: Broken on arm64 Reported by: fallout (cherry picked from commit 74841a8b1c89de4f5f200fa893ef84998f0e15c2) --- x11-toolkits/nanogui/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-toolkits/nanogui/Makefile b/x11-toolkits/nanogui/Makefile index d61dd7a3de6c..8ea7405e6152 100644 --- a/x11-toolkits/nanogui/Makefile +++ b/x11-toolkits/nanogui/Makefile @@ -9,6 +9,8 @@ COMMENT= Minimalistic GUI library for OpenGL LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_aarch64= error: the clang compiler does not support '-march=nehalem', see https://github.com/mitsuba-renderer/nanogui/issues/118 + LIB_DEPENDS= libglfw.so:graphics/glfw TEST_DEPENDS= zenity:x11/zenity