math/flintqs: Fix build by adding USE_CXXSTD

2023Q4
Yuri Victorovich 2023-07-14 20:54:18 -07:00
parent aada4209a3
commit 7ce951df20
1 changed files with 2 additions and 0 deletions

View File

@ -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>