aboutsummaryrefslogtreecommitdiff
path: root/comms/sunxi-tools
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-06-18 01:48:46 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-06-18 01:48:46 +0000
commita875dccebcac794a948177cd39e626259b5946ce (patch)
treea6c2bb78ced344e0df1506373c9e00455a3f0f3f /comms/sunxi-tools
parent24e35ae3a3fde5d39486583a3bd19fa6d8a2cdf1 (diff)
downloadports-a875dccebcac794a948177cd39e626259b5946ce.tar.gz
ports-a875dccebcac794a948177cd39e626259b5946ce.zip
Mark ports broken on powerpc64, categories a-c.
While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=472665
Diffstat (limited to 'comms/sunxi-tools')
-rw-r--r--comms/sunxi-tools/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/sunxi-tools/Makefile b/comms/sunxi-tools/Makefile
index 747e139d9c0a..ef2d5821d765 100644
--- a/comms/sunxi-tools/Makefile
+++ b/comms/sunxi-tools/Makefile
@@ -11,9 +11,10 @@ COMMENT= Tools to help hacking Allwinner devices
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-USE_GITHUB= yes
-GH_ACCOUNT= linux-sunxi
+BROKEN_powerpc64= fails to build: unrecognized command line option "-Wno-unused-result"
USES= gmake pkgconfig
+USE_GITHUB= yes
+GH_ACCOUNT= linux-sunxi
.include <bsd.port.mk>