git: 7ce951df20b7 - main - math/flintqs: Fix build by adding USE_CXXSTD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jul 2023 03:54:47 UTC
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>