summaryrefslogtreecommitdiff
path: root/math/flintqs
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-07-14 20:54:18 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2023-07-14 20:54:45 -0700
commit7ce951df20b710bcc51627bd3d9c2eb93679d352 (patch)
tree8a79e8e7d6a2a452fff6034eb6137a7b0450bf67 /math/flintqs
parentgraphics/mesa-devel: apply 36049d38d71f to Vulkan with VAAPI=off (diff)
math/flintqs: Fix build by adding USE_CXXSTD
Diffstat (limited to 'math/flintqs')
-rw-r--r--math/flintqs/Makefile2
1 files changed, 2 insertions, 0 deletions
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>