Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2019 03:17:06 +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: r495412 - head/math/speedcrunch
Message-ID:  <201903120317.x2C3H67A021500@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Mar 12 03:17:06 2019
New Revision: 495412
URL: https://svnweb.freebsd.org/changeset/ports/495412

Log:
  Fix build on gcc-based architectures:
  
    The compiler feature "cxx_decltype" is not known to CXX compiler
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/speedcrunch/Makefile

Modified: head/math/speedcrunch/Makefile
==============================================================================
--- head/math/speedcrunch/Makefile	Tue Mar 12 01:27:50 2019	(r495411)
+++ head/math/speedcrunch/Makefile	Tue Mar 12 03:17:06 2019	(r495412)
@@ -13,7 +13,7 @@ COMMENT=	Keyboard-oriented desktop scientific calculat
 
 LICENSE=	GPLv2+
 
-USES=		cmake qt:5
+USES=		cmake compiler:c++11-lang qt:5
 
 BB_ACCOUNT=	heldercorreia
 BB_PROJECT=	${PORTNAME}



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