aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-11-16 16:33:42 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-11-16 16:33:42 +0000
commit8edb867f3b8939b16eefce48954f52cadc6baae5 (patch)
tree13e6afab58975d0556a8a1e310efebdb23e1c738
parentcc9f166a4860a9f133a0b7b96c6c19e87553eaf9 (diff)
downloadports-8edb867f3b8939b16eefce48954f52cadc6baae5.tar.gz
ports-8edb867f3b8939b16eefce48954f52cadc6baae5.zip
devel/libqsbr: provide sensible BROKEN messages.
-rw-r--r--devel/libqsbr/Makefile5
1 files 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