math/primesum: Broken on armv6 and armv7
Reported by: fallout
This commit is contained in:
parent
9e3b8bc94a
commit
fd8f358e2d
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ WWW= https://github.com/kimwalisch/primesum
|
|||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_armv6= compiler does not support int128_t
|
||||
BROKEN_armv7= compiler does not support int128_t
|
||||
BROKEN_i386= compiler does not support int128_t
|
||||
|
||||
USES= cmake:testing compiler:c++11-lang
|
||||
|
|
Loading…
Reference in a new issue