diff options
author | linimon <linimon@FreeBSD.org> | 2017-04-28 06:40:50 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-04-28 06:40:50 +0800 |
commit | 3030bd74be4a837c169b4892b65a7d2f80a68782 (patch) | |
tree | 2d82eda625a4f537aeca6741a25b7d0b3ed7dcd9 /databases/leofs | |
parent | 0f06fba1d403a12f8d244d65b4dab565b2935c27 (diff) | |
download | freebsd-ports-gnome-3030bd74be4a837c169b4892b65a7d2f80a68782.tar.gz freebsd-ports-gnome-3030bd74be4a837c169b4892b65a7d2f80a68782.tar.zst freebsd-ports-gnome-3030bd74be4a837c169b4892b65a7d2f80a68782.zip |
Give powerpc64 failure its real error message. It is the same as sparc64.
Switch to NOT_FOR, because it is really a case of the implementation being
missing, not just a bug.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'databases/leofs')
-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 |