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 /deskutils/fusenshi | |
parent | 3656c1ca01b383c51a3c8a75a1bc20688d6f5de9 (diff) |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=426088
Diffstat (limited to 'deskutils/fusenshi')
-rw-r--r-- | deskutils/fusenshi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/fusenshi/Makefile b/deskutils/fusenshi/Makefile index 49c2ea993660..d0f2977715c0 100644 --- a/deskutils/fusenshi/Makefile +++ b/deskutils/fusenshi/Makefile @@ -21,6 +21,8 @@ MAKE_ARGS+= WITHOUT_SSL=yes LIB_DEPENDS+= libgnutls.so:security/gnutls .endif +BROKEN_aarch64= Fails to compile: error: cast from pointer to smaller type loses information + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fusenshi |