From 245a8490c7cfa7c414b263494836c73b54a6e39c Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 12 Mar 2019 01:05:27 +0000 Subject: [PATCH] Fix build on gcc-based architectures: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: portmgr (tier-2 blanket) --- devel/include-what-you-use/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/include-what-you-use/Makefile b/devel/include-what-you-use/Makefile index 856ea6108d9e..6aa1ef553c87 100644 --- a/devel/include-what-you-use/Makefile +++ b/devel/include-what-you-use/Makefile @@ -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 \