git: 09b871358bac - main - devel/quickcpplib: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 08 Jul 2023 01:06:02 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=09b871358bac8e7ff7db7b9e0ac162247a3e4e82

commit 09b871358bac8e7ff7db7b9e0ac162247a3e4e82
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-08 01:05:07 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-08 01:05:07 +0000

    devel/quickcpplib: Broken on i386
---
 devel/quickcpplib/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/quickcpplib/Makefile b/devel/quickcpplib/Makefile
index 24a33842d358..d729a65f7ea2 100644
--- a/devel/quickcpplib/Makefile
+++ b/devel/quickcpplib/Makefile
@@ -9,6 +9,8 @@ WWW=		https://github.com/ned14/quickcpplib
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/Licence.txt
 
+BROKEN_i386=	complation fails: __int128 is not supported on this target
+
 USES=		cmake:testing
 
 USE_GITHUB=	yes