aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-10-30 18:34:38 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-10-30 18:34:38 +0000
commitb2716f299c5d07d10ad4eadf8edb846e17174b5b (patch)
treeb0f127d733063b8a0ee931e0d2e762cea15df7ab /devel
parent73746bb6fa012f54297216a4e2a006e570991867 (diff)
downloadports-b2716f299c5d07d10ad4eadf8edb846e17174b5b.tar.gz
ports-b2716f299c5d07d10ad4eadf8edb846e17174b5b.zip
Now builds on powerpc64.
Notes
Notes: svn path=/head/; revision=483508
Diffstat (limited to 'devel')
-rw-r--r--devel/include-what-you-use/Makefile2
1 files changed, 0 insertions, 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