Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2020 21:05:11 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529763 - head/math/flint2
Message-ID:  <202003282105.02SL5BA6043326@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sat Mar 28 21:05:11 2020
New Revision: 529763
URL: https://svnweb.freebsd.org/changeset/ports/529763

Log:
  C++11 language features are needed.
  
  PR:		245112
  Submitted by:	canardo909 (at) gmx.com

Modified:
  head/math/flint2/Makefile

Modified: head/math/flint2/Makefile
==============================================================================
--- head/math/flint2/Makefile	Sat Mar 28 20:53:01 2020	(r529762)
+++ head/math/flint2/Makefile	Sat Mar 28 21:05:11 2020	(r529763)
@@ -18,7 +18,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr
 
-USES=		gmake
+USES=		compiler:c++11-lang gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003282105.02SL5BA6043326>