Fix build on gcc-based architectures:

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

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2019-03-12 01:05:27 +00:00
parent 28475bd30a
commit 245a8490c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495405

View File

@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
BUILD_DEPENDS= clang60:devel/llvm60
RUN_DEPENDS= clang60:devel/llvm60
USES= cmake ncurses python:run shebangfix
USES= cmake compiler:c++11-lang ncurses python:run shebangfix
USE_GITHUB= yes
SHEBANG_FILES= fix_includes.py \