mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
math/primesum: mark BROKEN on powerpc
Same issue as on other 32-bit architectures.
This commit is contained in:
parent
63838c60c4
commit
184e87aeca
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
BROKEN_armv6= compiler does not support int128_t
|
BROKEN_armv6= compiler does not support int128_t
|
||||||
BROKEN_armv7= compiler does not support int128_t
|
BROKEN_armv7= compiler does not support int128_t
|
||||||
BROKEN_i386= compiler does not support int128_t
|
BROKEN_i386= compiler does not support int128_t
|
||||||
|
BROKEN_powerpc= compiler does not support int128_t
|
||||||
|
|
||||||
USES= cmake:testing compiler:c++11-lang
|
USES= cmake:testing compiler:c++11-lang
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue