git: 8edb867f3b89 - main - devel/libqsbr: provide sensible BROKEN messages.

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Tue, 16 Nov 2021 16:34:50 UTC
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8edb867f3b8939b16eefce48954f52cadc6baae5

commit 8edb867f3b8939b16eefce48954f52cadc6baae5
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2021-11-16 16:33:42 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2021-11-16 16:33:42 +0000

    devel/libqsbr: provide sensible BROKEN messages.
---
 devel/libqsbr/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/devel/libqsbr/Makefile b/devel/libqsbr/Makefile
index 0fcf86edecb1..d05c11f14d1b 100644
--- a/devel/libqsbr/Makefile
+++ b/devel/libqsbr/Makefile
@@ -8,11 +8,10 @@ COMMENT=	QSBR and EBR library
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
-BROKEN_i386=	fails to build
-BROKEN_powerpc=	fails to build
+BROKEN_i386=	static_assert(sizeof(qsbr_epoch_t) == 8, "expected 64-bit counter")
+BROKEN_powerpc=	static_assert(sizeof(qsbr_epoch_t) == 8, "expected 64-bit counter")
 
 USES=		compiler:c11 gmake libtool:build
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	rmind
 GH_TAGNAME=	e73407c