From c226a08bd809fcdd627121ca5ffae416b90da0e4 Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 7 Nov 2023 07:25:30 +0000 Subject: [PATCH] libfido2: Re-enable builds for SunOS. --- security/libfido2/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/security/libfido2/Makefile b/security/libfido2/Makefile index a2de75727911..a2a2fe70f826 100644 --- a/security/libfido2/Makefile +++ b/security/libfido2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2023/11/07 00:28:07 gdt Exp $ +# $NetBSD: Makefile,v 1.12 2023/11/07 07:25:30 jperkin Exp $ DISTNAME= libfido2-1.13.0 PKGREVISION= 1 @@ -20,6 +20,10 @@ BROKEN_EXCEPT_ON_PLATFORM+= Linux-*-* BROKEN_EXCEPT_ON_PLATFORM+= NetBSD-*-* BROKEN_EXCEPT_ON_PLATFORM+= OpenBSD-*-* +# This library does not yet support illumos, but its developers and users +# strongly value bulk build reports rather than hiding breakages. +BROKEN_EXCEPT_ON_PLATFORM+= SunOS-*-* + USE_LANGUAGES= c USE_TOOLS+= pkg-config mandoc CMAKE_ARGS+= -DBUILD_EXAMPLES=OFF