aboutsummaryrefslogtreecommitdiff
path: root/editors/imhex
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2020-12-23 14:33:56 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2020-12-23 14:33:56 +0000
commitb96d22d77c0ece795477a4fadc5808c8df44f32c (patch)
treefbf66cb38b996230f2abf20dd8d55405682f027f /editors/imhex
parent8fae42dff639d82df8a0eb37d48a87eb517dc7ea (diff)
downloadports-b96d22d77c0ece795477a4fadc5808c8df44f32c.tar.gz
ports-b96d22d77c0ece795477a4fadc5808c8df44f32c.zip
Set NOT_FOR_ARCHS=i386 because __uint128_t and __int128_t are not supported.
Notes
Notes: svn path=/head/; revision=558994
Diffstat (limited to 'editors/imhex')
-rw-r--r--editors/imhex/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/imhex/Makefile b/editors/imhex/Makefile
index e3cfdb04cd22..572f21f3313d 100644
--- a/editors/imhex/Makefile
+++ b/editors/imhex/Makefile
@@ -10,6 +10,9 @@ COMMENT= Hex editor for reverse engineers and programmers
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
+NOT_FOR_ARCHS= i386
+NOT_FOR_ARCHS_REASON= __uint128_t and __int128_t are not supported
+
BUILD_DEPENDS= c++10:lang/gcc10 \
glm>0:math/glm \
nlohmann-json>0:devel/nlohmann-json