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:
parent
28475bd30a
commit
245a8490c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495405
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue