Also fails on powerpc64 (and, presumably, powerpc*) the same as on aarch64.
Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
5be5f5c96c
commit
d9e429f1bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494870
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ COMMENT= Perl Interface to the Google LevelDB NoSQL database
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BROKEN_aarch64= does not build: error: Please implement AtomicPointer for this platform
|
||||
NOT_FOR_ARCHS= aarch64 powerpc powerpc64 powerpcspe
|
||||
NOT_FOR_ARCHS_REASON= does not build: Please implement AtomicPointer for this platform
|
||||
BROKEN_sparc64= does not build: unrecognized command line options
|
||||
|
||||
LIB_DEPENDS= libleveldb.so:databases/leveldb
|
||||
|
|
Loading…
Reference in a new issue