aboutsummaryrefslogtreecommitdiff
path: root/security/sha1collisiondetection
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-05-04 04:24:52 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-05-04 04:24:52 +0000
commit7a91875788b05ef31dc51d6b3613ce334c6ae735 (patch)
tree7b8c670671482c6e4430327ce06a9108f48a305a /security/sha1collisiondetection
parent0a2f1fd17e9bfa7760377bea2b7d40c4cadfae9a (diff)
downloadports-7a91875788b05ef31dc51d6b3613ce334c6ae735.tar.gz
ports-7a91875788b05ef31dc51d6b3613ce334c6ae735.zip
Notes
Diffstat (limited to 'security/sha1collisiondetection')
-rw-r--r--security/sha1collisiondetection/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/security/sha1collisiondetection/Makefile b/security/sha1collisiondetection/Makefile
index 25abd103e959..68f3148129d4 100644
--- a/security/sha1collisiondetection/Makefile
+++ b/security/sha1collisiondetection/Makefile
@@ -11,9 +11,6 @@ COMMENT= Library and command line tool to detect SHA-1 collisions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-BROKEN_armv6= fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
-BROKEN_armv7= fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
-
USES= gmake libtool:build
USE_GITHUB= yes