svn commit: r515852 - head/math/ideep

Mark Linimon linimon at FreeBSD.org
Mon Oct 28 10:39:19 UTC 2019


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


More information about the svn-ports-head mailing list