diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-14 06:49:45 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-14 06:49:45 +0000 |
commit | cb90f21ce741b4936115cb9936f0571078cabc64 (patch) | |
tree | 55cf2398012a30e6f9a6759158b6f3b4254f9c97 /databases/leofs | |
parent | 3656c1ca01b383c51a3c8a75a1bc20688d6f5de9 (diff) | |
download | ports-cb90f21ce741b4936115cb9936f0571078cabc64.tar.gz ports-cb90f21ce741b4936115cb9936f0571078cabc64.zip |
Notes
Diffstat (limited to 'databases/leofs')
-rw-r--r-- | databases/leofs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/leofs/Makefile b/databases/leofs/Makefile index 73619321d9f4..0bbccca8c057 100644 --- a/databases/leofs/Makefile +++ b/databases/leofs/Makefile @@ -11,8 +11,6 @@ COMMENT= Highly scalable, fault-tolerant distributed file system LICENSE= APACHE20 -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= ${LOCALBASE}/lib/erlang17/bin/erlc:lang/erlang-runtime17 \ ${LOCALBASE}/bin/cmake:devel/cmake \ ${LOCALBASE}/lib/libcheck.a:devel/libcheck @@ -20,6 +18,10 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/erlang17/bin/erlc:lang/erlang-runtime17 \ USE_GITHUB= yes GH_ACCOUNT= leo-project +BROKEN_aarch64= Does not compile: fatal error: lzo/lzo1x.h file not found +BROKEN_powerpc64= Does not build +BROKEN_sparc64= Does not build: error Please implement AtomicPointer for this platform + LEOFS_USER= leofs LEOFS_GROUP= leofs USERS= ${LEOFS_USER} |