Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Dec 2019 01:33:21 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519590 - head/math/sisl
Message-ID:  <201912090133.xB91XLgj096243@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Dec  9 01:33:20 2019
New Revision: 519590
URL: https://svnweb.freebsd.org/changeset/ports/519590

Log:
  Ask for modern compiler.  Ancient GCC complains with:
  
    cc1plus: error: unrecognized command line option "-Wno-unused-but-set-variable"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/sisl/Makefile

Modified: head/math/sisl/Makefile
==============================================================================
--- head/math/sisl/Makefile	Mon Dec  9 00:20:26 2019	(r519589)
+++ head/math/sisl/Makefile	Mon Dec  9 01:33:20 2019	(r519590)
@@ -12,7 +12,7 @@ COMMENT=	Spline library
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cmake
+USES=		cmake compiler:c++11-lang
 USE_GITHUB=	yes
 GH_ACCOUNT=	SINTEF-Geometry
 GH_PROJECT=	SISL



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