math/primesum: Broken on armv6 and armv7

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2022-12-19 21:41:07 -08:00
parent 9e3b8bc94a
commit fd8f358e2d

View file

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