diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-28 00:00:49 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-28 00:00:49 +0800 |
commit | 678cc5ffcf99a20d0e62ec6b9f01fe5e0b799965 (patch) | |
tree | 7e54c3496ccc0bea5358ac0b74147c147f7b1881 /security | |
parent | d503867e5ad7b55ae5c95905ce34cbb6a3afcbb7 (diff) | |
download | freebsd-ports-gnome-678cc5ffcf99a20d0e62ec6b9f01fe5e0b799965.tar.gz freebsd-ports-gnome-678cc5ffcf99a20d0e62ec6b9f01fe5e0b799965.tar.zst freebsd-ports-gnome-678cc5ffcf99a20d0e62ec6b9f01fe5e0b799965.zip |
Mark some ports failing on armv6, for errors classified as "clang_werror".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/sha1collisiondetection/Makefile | 3 |
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 |