Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2023 06:52:05 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: bdecbe199f8c - 2023Q3 - devel/quickcpplib: Broken on i386
Message-ID:  <202307130652.36D6q5dm065336@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307130652.36D6q5dm065336>