From b2716f299c5d07d10ad4eadf8edb846e17174b5b Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 30 Oct 2018 18:34:38 +0000 Subject: [PATCH] Now builds on powerpc64. --- devel/include-what-you-use/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/devel/include-what-you-use/Makefile b/devel/include-what-you-use/Makefile index ff1c40046daf..6fd2427e39f4 100644 --- a/devel/include-what-you-use/Makefile +++ b/devel/include-what-you-use/Makefile @@ -11,8 +11,6 @@ COMMENT= Tool for use with clang to analyze #includes in C and C++ source files LICENSE= NCSA LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++11" - BUILD_DEPENDS= clang60:devel/llvm60 RUN_DEPENDS= clang60:devel/llvm60