View | Details | Raw Unified | Return to bug 273909 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/libfido2/Makefile (+4 lines)
Lines 23-28 OPTIONS_DEFINE= DOCS Link Here
23
23
24
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>
25
25
26
.if ${SSL_DEFAULT} == openssl30
27
CFLAGS+=	-DOPENSSL_API_COMPAT=0x10100000L
28
.endif
29
26
# Skip libcrypto.pc while using OpenSSL from base system on older FreeBSD versions which does not skip this file
30
# Skip libcrypto.pc while using OpenSSL from base system on older FreeBSD versions which does not skip this file
27
.if ${SSL_DEFAULT} == base && !exists(/usr/libdata/pkgconfig/libcrypto.pc)
31
.if ${SSL_DEFAULT} == base && !exists(/usr/libdata/pkgconfig/libcrypto.pc)
28
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-openssl
32
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-openssl

Return to bug 273909