diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-19 23:17:07 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:11:04 +0800 |
commit | 909541163df2111d9e7d11b85329b84703de5b6d (patch) | |
tree | 9b9abe7549d670fcb4df08497ae8ba0e10f253a4 /cad | |
parent | 32bfb229d688bf59f41f82dfef0da5be12232ea7 (diff) | |
download | freebsd-ports-gnome-909541163df2111d9e7d11b85329b84703de5b6d.tar.gz freebsd-ports-gnome-909541163df2111d9e7d11b85329b84703de5b6d.tar.zst freebsd-ports-gnome-909541163df2111d9e7d11b85329b84703de5b6d.zip |
Mark some older failing ports broken on aarch64.
While here, pet portlint and reformat some other BROKEN statements.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/openvsp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index a4d9931f4926..5e5f50cd3158 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -26,6 +26,10 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libopenNURBS.a:graphics/opennurbs \ ${LOCALBASE}/include/glm/glm.hpp:math/glm \ ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs +BROKEN_aarch64= fails to compile: invokes x86 asm +BROKEN_armv6= fails to compile: invokes x86 asm +BROKEN_armv7= fails to compile: invokes x86 asm + CMAKE_SOURCE_PATH= ${WRKSRC}/SuperProject CMAKE_INSTALL_PREFIX= ${STAGEDIR}${PREFIX} |