Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2014 21:46:24 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375758 - head/Mk/Uses
Message-ID:  <201412282146.sBSLkOv8096603@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec 28 21:46:23 2014
New Revision: 375758
URL: https://svnweb.freebsd.org/changeset/ports/375758
QAT: https://qat.redports.org/buildarchive/r375758/

Log:
  Set CHOSEN_COMPILER_TYPE for USES=compiler:gcc-c++11-lib
  
  PR:		ports/196111
  Submitted by:	Jan Beich
  With hat:	portmgr

Modified:
  head/Mk/Uses/compiler.mk

Modified: head/Mk/Uses/compiler.mk
==============================================================================
--- head/Mk/Uses/compiler.mk	Sun Dec 28 20:58:39 2014	(r375757)
+++ head/Mk/Uses/compiler.mk	Sun Dec 28 21:46:23 2014	(r375758)
@@ -218,6 +218,7 @@ LDFLAGS+=	-B${LOCALBASE}/bin
 
 .if ${_COMPILER_ARGS:Mgcc-c++11-lib}
 USE_GCC=	yes
+CHOSEN_COMPILER_TYPE=	gcc
 .if ${COMPILER_FEATURES:Mlibc++}
 LDFLAGS+=	-L${LOCALBASE}/lib/c++
 CXXFLAGS+=	-nostdinc++ -isystem ${LOCALBASE}/include/c++/v1



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