diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-21 19:27:27 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-21 19:27:27 +0000 |
commit | be86553c4986f1de32eb862bdc2efee87cfed236 (patch) | |
tree | 1a7d86f697c95eb4ef307effbbe431143059e0a7 /x11-toolkits/nanogui | |
parent | f8f3bb89945d3a5c6d9ecd98083048495731543e (diff) | |
download | ports-be86553c4986f1de32eb862bdc2efee87cfed236.tar.gz ports-be86553c4986f1de32eb862bdc2efee87cfed236.zip |
Diffstat (limited to 'x11-toolkits/nanogui')
-rw-r--r-- | x11-toolkits/nanogui/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/nanogui/Makefile b/x11-toolkits/nanogui/Makefile index d61dd7a3de6c..1b5ec6ac605c 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_riscv64= ld: error: lto.tmp: cannot link object files with different floating-point ABI + LIB_DEPENDS= libglfw.so:graphics/glfw TEST_DEPENDS= zenity:x11/zenity |