svn commit: r495412 - head/math/speedcrunch

Mark Linimon linimon at FreeBSD.org
Tue Mar 12 03:17:07 UTC 2019


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}


More information about the svn-ports-all mailing list