diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-10 14:15:42 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-10 14:15:42 +0000 |
commit | fb3d8e7c78bfdb2d4b3f28797022c1f32ddbbad5 (patch) | |
tree | f37cd6d12e3d8ed044fc422a893c746d2b8da16a /cad/openvsp | |
parent | b7fa319e347f6d45ccd22be99e14776257035644 (diff) |
Notes
Diffstat (limited to 'cad/openvsp')
-rw-r--r-- | cad/openvsp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index 5c02ddaa56e0..8a1edc9273a0 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -13,6 +13,7 @@ LICENSE_NAME= NASA Open Source Agreement version 1.3 LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN= fails to link BROKEN_aarch64= fails to compile: invokes x86 asm LIB_DEPENDS= libdrm.so:graphics/libdrm \ |