svn commit: r521596 - head/misc/mnn

Mark Linimon linimon at FreeBSD.org
Tue Dec 31 06:46:56 UTC 2019


Author: linimon
Date: Tue Dec 31 06:46:55 2019
New Revision: 521596
URL: https://svnweb.freebsd.org/changeset/ports/521596

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

Modified:
  head/misc/mnn/Makefile

Modified: head/misc/mnn/Makefile
==============================================================================
--- head/misc/mnn/Makefile	Tue Dec 31 05:18:53 2019	(r521595)
+++ head/misc/mnn/Makefile	Tue Dec 31 06:46:55 2019	(r521596)
@@ -11,7 +11,7 @@ LICENSE=	APACHE20
 
 BUILD_DEPENDS=	bash:shells/bash
 
-USES=		cmake shebangfix
+USES=		cmake compiler:c++11-lang shebangfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	alibaba
 GH_PROJECT=	MNN


More information about the svn-ports-all mailing list