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 | |
parent | bc03eea3d6b787c1764d2f048bf39fe8f17418f1 (diff) |
Notes
Diffstat (limited to 'security')
-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 |