svn commit: r483508 - head/devel/include-what-you-use

Mark Linimon linimon at FreeBSD.org
Tue Oct 30 18:34:39 UTC 2018


Author: linimon
Date: Tue Oct 30 18:34:38 2018
New Revision: 483508
URL: https://svnweb.freebsd.org/changeset/ports/483508

Log:
  Now builds on powerpc64.

Modified:
  head/devel/include-what-you-use/Makefile

Modified: head/devel/include-what-you-use/Makefile
==============================================================================
--- head/devel/include-what-you-use/Makefile	Tue Oct 30 18:24:56 2018	(r483507)
+++ head/devel/include-what-you-use/Makefile	Tue Oct 30 18:34:38 2018	(r483508)
@@ -11,8 +11,6 @@ COMMENT=	Tool for use with clang to analyze #includes 
 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
 


More information about the svn-ports-all mailing list