summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-device_fido_features.h
diff options
context:
space:
mode:
authorRobert Nagy <rnagy@FreeBSD.org>2025-12-11 08:50:04 +0100
committerRobert Nagy <rnagy@FreeBSD.org>2025-12-11 08:51:09 +0100
commit48b6aedd96d92d0f5395bd17618b9d3b12e091e6 (patch)
tree05a748c44d814d3c8faf8052a184d8f1afeef245 /www/iridium/files/patch-device_fido_features.h
parentmisc/openhab: Update to 4.3.9. (diff)
www/iridium: update to 2025.12.143
Diffstat (limited to 'www/iridium/files/patch-device_fido_features.h')
-rw-r--r--www/iridium/files/patch-device_fido_features.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/iridium/files/patch-device_fido_features.h b/www/iridium/files/patch-device_fido_features.h
new file mode 100644
index 000000000000..90e7ce3d5a1d
--- /dev/null
+++ b/www/iridium/files/patch-device_fido_features.h
@@ -0,0 +1,11 @@
+--- device/fido/features.h.orig 2025-12-10 15:04:57 UTC
++++ device/fido/features.h
+@@ -13,7 +13,7 @@
+ namespace device {
+
+ #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
+- BUILDFLAG(IS_CHROMEOS)
++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
+ // Allows the passkey unlock error UI to be shown.
+ COMPONENT_EXPORT(DEVICE_FIDO)
+ BASE_DECLARE_FEATURE(kPasskeyUnlockErrorUi);