git: 74841a8b1c89 - main - x11-toolkits/nanogui: Broken on arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Apr 2022 06:05:46 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=74841a8b1c89de4f5f200fa893ef84998f0e15c2 commit 74841a8b1c89de4f5f200fa893ef84998f0e15c2 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:05:42 +0000 x11-toolkits/nanogui: Broken on arm64 Reported by: fallout --- 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