git: 19e6cc3eaeaa - 2023Q3 - math/flintqs: Fix build by adding USE_CXXSTD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jul 2023 03:55:09 UTC
The branch 2023Q3 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=19e6cc3eaeaa0d0182f4d9d8bea2d934c7735332
commit 19e6cc3eaeaa0d0182f4d9d8bea2d934c7735332
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:55:07 +0000
math/flintqs: Fix build by adding USE_CXXSTD
(cherry picked from commit 7ce951df20b710bcc51627bd3d9c2eb93679d352)
---
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>