Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2019 10:39:18 +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: r515852 - head/math/ideep
Message-ID:  <201910281039.x9SAdIpC013918@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Oct 28 10:39:18 2019
New Revision: 515852
URL: https://svnweb.freebsd.org/changeset/ports/515852

Log:
  Fix build on GCC-based systems:
  
    cc1: error: unrecognized command line option "-std=c11"
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/ideep/Makefile

Modified: head/math/ideep/Makefile
==============================================================================
--- head/math/ideep/Makefile	Mon Oct 28 09:39:14 2019	(r515851)
+++ head/math/ideep/Makefile	Mon Oct 28 10:39:18 2019	(r515852)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 TEST_DEPENDS=	${LOCALBASE}/include/rapidcheck.h:devel/rapidcheck
 
-USES=		cmake
+USES=		cmake compiler:c++11-lang
 USE_GITHUB=	yes
 GH_ACCOUNT=	intel
 USE_LDCONFIG=	yes



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