git: bdecbe199f8c - 2023Q3 - devel/quickcpplib: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 13 Jul 2023 06:52:05 UTC
The branch 2023Q3 has been updated by yuri:

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

commit bdecbe199f8c7bdec1766189dfd245e61688c8df
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-08 01:05:07 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-13 06:52:03 +0000

    devel/quickcpplib: Broken on i386
    
    (cherry picked from commit 09b871358bac8e7ff7db7b9e0ac162247a3e4e82)
---
 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