git: 920665d915e2 - main - graphics/wings: ignore on 32bit platforms
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Nov 2021 21:30:21 UTC
The branch main has been updated by cmt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=920665d915e2344d24cbc6874834316eee785fee
commit 920665d915e2344d24cbc6874834316eee785fee
Author: Christoph Moench-Tegeder <cmt@FreeBSD.org>
AuthorDate: 2021-11-21 21:28:45 +0000
Commit: Christoph Moench-Tegeder <cmt@FreeBSD.org>
CommitDate: 2021-11-21 21:28:45 +0000
graphics/wings: ignore on 32bit platforms
major subcomponent libigl claims to support 64bit only, resulting
in imcomplete builds
---
graphics/wings/Makefile | 4 ++++
1 file changed, 4 insertions(+)
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 \