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

Mark Linimon linimon at FreeBSD.org
Tue Mar 12 01:05:28 UTC 2019


Author: linimon
Date: Tue Mar 12 01:05:27 2019
New Revision: 495405
URL: https://svnweb.freebsd.org/changeset/ports/495405

Log:
  Fix build on gcc-based architectures:
  
    cc1plus: error: unrecognized command line option "-std=c++11"
  
  Approved by:	portmgr (tier-2 blanket)

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

Modified: head/devel/include-what-you-use/Makefile
==============================================================================
--- head/devel/include-what-you-use/Makefile	Tue Mar 12 00:59:03 2019	(r495404)
+++ head/devel/include-what-you-use/Makefile	Tue Mar 12 01:05:27 2019	(r495405)
@@ -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 \


More information about the svn-ports-head mailing list