diff --git a/math/flintqs/Makefile b/math/flintqs/Makefile index a131c7803835..4a4cb5b3c4a2 100644 --- a/math/flintqs/Makefile +++ b/math/flintqs/Makefile @@ -1,22 +1,24 @@ PORTNAME= FlintQS DISTVERSIONPREFIX= v DISTVERSION= 1.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= Quadratic Sieve integer factorization algorithm WWW= http://www.friedspace.com/QS/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgmp.so:math/gmp USES= autoreconf gmake localbase:ldflags 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