Set NOT_FOR_ARCHS=i386 because __uint128_t and __int128_t are not supported.

This commit is contained in:
MANTANI Nobutaka 2020-12-23 14:33:56 +00:00
parent 8fae42dff6
commit b96d22d77c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558994

View File

@ -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