diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-27 23:07:11 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-27 23:07:11 +0800 |
commit | f427d85883d325fa56a13e2d34236051a61e2762 (patch) | |
tree | 63c89da74eed9e490571d2f4431a86387cc1eb81 /ftp | |
parent | 616751b74e7581b43a094683d687f80b26d2a29b (diff) | |
download | freebsd-ports-gnome-f427d85883d325fa56a13e2d34236051a61e2762.tar.gz freebsd-ports-gnome-f427d85883d325fa56a13e2d34236051a61e2762.tar.zst freebsd-ports-gnome-f427d85883d325fa56a13e2d34236051a61e2762.zip |
Mark some ports failing on armv6, for errors classified as "clang".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wxdfast/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/wxdfast/Makefile b/ftp/wxdfast/Makefile index ddb3b83bbf0c..e009eccda63f 100644 --- a/ftp/wxdfast/Makefile +++ b/ftp/wxdfast/Makefile @@ -14,6 +14,8 @@ COMMENT= Multithread and multi-platform download manager LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= fails to compile: no matching member function for call to 'Read' + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_WX= 2.8+ |