Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2019 01:05:27 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495405 - head/devel/include-what-you-use
Message-ID:  <201903120105.x2C15RmP051241@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903120105.x2C15RmP051241>