misc/tvm: fix build on GCC architectures

Use C++11 compiler:
cc1plus: error: unrecognized command line option "-std=c++11"

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-11-30 02:06:15 +00:00
parent 820d36692d
commit 82c5fd1d7d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518691

View file

@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= dmlc-core>0:devel/dmlc-core \
rang>0:devel/rang
USES= cmake localbase
USES= cmake compiler:c++11-lang localbase
USE_GITHUB= yes
GH_ACCOUNT= apache
GH_PROJECT= incubator-tvm