Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2019 11:40:25 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511754 - head/devel/boost-jam
Message-ID:  <201909101140.x8ABePgd034039@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Sep 10 11:40:25 2019
New Revision: 511754
URL: https://svnweb.freebsd.org/changeset/ports/511754

Log:
  devel/boost-jam: fix build on GCC architectures
  
  Use new GCC on GCC architectures:
  The error:
  cc1plus: error: unrecognized command line option "-std=c++11"
  
  PR:		240065
  Approved by:	linimon (mentor), office (maintainer timeout)

Modified:
  head/devel/boost-jam/Makefile

Modified: head/devel/boost-jam/Makefile
==============================================================================
--- head/devel/boost-jam/Makefile	Tue Sep 10 11:09:22 2019	(r511753)
+++ head/devel/boost-jam/Makefile	Tue Sep 10 11:40:25 2019	(r511754)
@@ -13,6 +13,8 @@ MAKE_FLAGS=	#
 _MAKE_JOBS=	#
 MAKEFILE=	#
 
+USES=		compiler:c++11-lang
+
 WRKSRC_SUBDIR=	tools/build/src/engine
 
 .include "${.CURDIR}/../boost-all/common.mk"



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