Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2023 03:54:47 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7ce951df20b7 - main - math/flintqs: Fix build by adding USE_CXXSTD
Message-ID:  <202307150354.36F3slUn037057@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit 7ce951df20b710bcc51627bd3d9c2eb93679d352
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-15 03:54:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-15 03:54:45 +0000

    math/flintqs: Fix build by adding USE_CXXSTD
---
 math/flintqs/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/flintqs/Makefile b/math/flintqs/Makefile
index a131c7803835..4a4cb5b3c4a2 100644
--- a/math/flintqs/Makefile
+++ b/math/flintqs/Makefile
@@ -17,6 +17,8 @@ GNU_CONFIGURE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	sagemath
 
+USE_CXXSTD=	c++14 # fix compilation failure on 14 due to use of the 'register' keyword
+
 PLIST_FILES=	bin/QuadraticSieve
 
 .include <bsd.port.mk>



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