diff options
Diffstat (limited to 'databases/leofs/Makefile')
-rw-r--r-- | databases/leofs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/leofs/Makefile b/databases/leofs/Makefile index 9084c2463c49..fdb21c7e86a4 100644 --- a/databases/leofs/Makefile +++ b/databases/leofs/Makefile @@ -19,8 +19,8 @@ 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 +NOT_FOR_ARCHS= powerpc64 sparc64 +NOT_FOR_ARCHS_REASON= does not build: error Please implement AtomicPointer for this platform LEOFS_USER= leofs LEOFS_GROUP= leofs |