Set NOT_FOR_ARCHS=i386 because __uint128_t and __int128_t are not supported.
This commit is contained in:
parent
8fae42dff6
commit
b96d22d77c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558994
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user