math/lrslib: Broken on armv7
Reported by: fallout
This commit is contained in:
parent
a2f00c81ed
commit
fbb9f1c4bc
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue