aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-12-19 23:17:07 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 06:11:04 +0800
commit909541163df2111d9e7d11b85329b84703de5b6d (patch)
tree9b9abe7549d670fcb4df08497ae8ba0e10f253a4 /cad
parent32bfb229d688bf59f41f82dfef0da5be12232ea7 (diff)
downloadfreebsd-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/Makefile4
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}