math/lrslib: Broken on armv7

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2022-07-20 11:48:51 -07:00
parent a2f00c81ed
commit fbb9f1c4bc

View file

@ -9,9 +9,10 @@ COMMENT= Reverse search algorithm for vertex enumeration/convex hull problems
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_armv6= error: __int128 is not supported on this target
BROKEN_armv7= error: __int128 is not supported on this target
BROKEN_i386= error: __int128 is not supported on this target
BROKEN_powerpc= error: __int128 is not supported on this target
BROKEN_armv6= error: __int128 is not supported on this target
LIB_DEPENDS= libgmp.so:math/gmp