aboutsummaryrefslogtreecommitdiff
path: root/security/sha1collisiondetection
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-27 16:00:49 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-27 16:00:49 +0000
commit8416961f94f98665fb22db283d6aa5241eb76f65 (patch)
tree7e54c3496ccc0bea5358ac0b74147c147f7b1881 /security/sha1collisiondetection
parentb9bf240d32b62b5fbbb8a4156b95ff94c408c3c7 (diff)
downloadports-8416961f94f98665fb22db283d6aa5241eb76f65.tar.gz
ports-8416961f94f98665fb22db283d6aa5241eb76f65.zip
Mark some ports failing on armv6, for errors classified as "clang_werror".
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=441850
Diffstat (limited to 'security/sha1collisiondetection')
-rw-r--r--security/sha1collisiondetection/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/sha1collisiondetection/Makefile b/security/sha1collisiondetection/Makefile
index 4569b06fcc17..65494ecb6a08 100644
--- a/security/sha1collisiondetection/Makefile
+++ b/security/sha1collisiondetection/Makefile
@@ -11,7 +11,8 @@ COMMENT= Library and command line tool to detect SHA-1 collisions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option -std=c90
+BROKEN_armv6= fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
+BROKEN_powerpc64= fails to compile: cc1: unrecognized command line option -std=c90
USE_GITHUB= yes
GH_ACCOUNT= cr-marcstevens