diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-02-17 20:24:36 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-02-17 20:24:36 +0000 |
commit | e7cc8a500b642cbd27820adf00f0ae25aeb8587b (patch) | |
tree | f71291d03561ef82b597ceffdba606133bacfd7d /security/openssl-unsafe | |
parent | Mark BROKEN on FreeBSD 13 and 14 (diff) |
Mark BROKEN on FreeBSD 13 and 14
Reported by: pkg-fallout
MFH: 2021Q1
Notes
Notes:
svn path=/head/; revision=565804
Diffstat (limited to 'security/openssl-unsafe')
-rw-r--r-- | security/openssl-unsafe/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/openssl-unsafe/Makefile b/security/openssl-unsafe/Makefile index ee0d218ae87f..648eb839ef97 100644 --- a/security/openssl-unsafe/Makefile +++ b/security/openssl-unsafe/Makefile @@ -26,6 +26,8 @@ USE_GITHUB= yes GH_ACCOUNT= PeterMosmans GH_TAGNAME= c9ba19c +BROKEN_FreeBSD_13= eng_cryptodev.c:250:19: error: use of undeclared identifier 'CRIOGET' +BROKEN_FreeBSD_14= eng_cryptodev.c:250:19: error: use of undeclared identifier 'CRIOGET' .if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld BROKEN_i386= ld: error: unknown argument: -Bforcearchive .endif |