aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2021-11-21 21:28:45 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2021-11-21 21:28:45 +0000
commit920665d915e2344d24cbc6874834316eee785fee (patch)
tree73f3233d868e8cb5ebbedadde1bd1dd65115c3db
parenta015b7b9bed27cbba3742795d1d0682a86007f00 (diff)
downloadports-920665d915e2344d24cbc6874834316eee785fee.tar.gz
ports-920665d915e2344d24cbc6874834316eee785fee.zip
graphics/wings: ignore on 32bit platforms
major subcomponent libigl claims to support 64bit only, resulting in imcomplete builds
-rw-r--r--graphics/wings/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/wings/Makefile b/graphics/wings/Makefile
index 6df101c13dda..1d683823e9fe 100644
--- a/graphics/wings/Makefile
+++ b/graphics/wings/Makefile
@@ -13,6 +13,10 @@ LICENSE_NAME= Wings 3D License # similar to TclTk license
LICENSE_FILE= ${WRKSRC}/license.terms
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+# c_src/Makefile line 103
+NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc
+NOT_FOR_ARCHS_REASON= subcomponent libigl does not support 32bit platforms
+
BUILD_DEPENDS= erl:lang/erlang \
erlang-cl>0:devel/erlang-cl \
erlang-wx>0:lang/erlang-wx \