mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -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_armv7= 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
|
||||
USE_LDCONFIG= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue