*** security/libfido2/Makefile.orig Wed Sep 13 17:13:11 2023 --- security/libfido2/Makefile Wed Sep 13 19:17:53 2023 *************** *** 26,31 **** --- 26,34 ---- # Skip libcrypto.pc while using OpenSSL from base system on older FreeBSD versions which does not skip this file .if ${SSL_DEFAULT} == base && !exists(/usr/libdata/pkgconfig/libcrypto.pc) EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-openssl + .elif ${SSL_DEFAULT} == openssl30 || ${SSL_DEFAULT} == openssl31 + PKG_CONFIG_PATH = /usr/local/libdata/pkgconfig + .export PKG_CONFIG_PATH .endif .include