diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-07-02 04:00:29 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-07-02 04:00:29 +0000 |
commit | aff42c7199b9182b398eeda522cb9bcb182895f8 (patch) | |
tree | 1132ef2f7655593f25dfefe7bd682bbbb7a0d555 /sysutils/fusefs-libs3 | |
parent | 83fac84d499abb25f1d93b9cce214a6daeca6e7d (diff) |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=473699
Diffstat (limited to 'sysutils/fusefs-libs3')
-rw-r--r-- | sysutils/fusefs-libs3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/fusefs-libs3/Makefile b/sysutils/fusefs-libs3/Makefile index 6618a4f3b3dd..1861e1763fd4 100644 --- a/sysutils/fusefs-libs3/Makefile +++ b/sysutils/fusefs-libs3/Makefile @@ -12,6 +12,8 @@ COMMENT= FUSE library version 3 for filesystems implemented in userspace LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LIB +BROKEN_mips= fails to compile: unrecognized command line option "-Wno-unused-result" +BROKEN_mips64= fails to compile: unrecognized command line option "-Wno-unused-result" BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-unused-result" USES= meson |