Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2014 23:01:31 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366834 - in head/devel/boost-jam: . files
Message-ID:  <201408312301.s7VN1VaJ025284@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Aug 31 23:01:31 2014
New Revision: 366834
URL: http://svnweb.freebsd.org/changeset/ports/366834
QAT: https://qat.redports.org/buildarchive/r366834/

Log:
  Use the special 'cc' tools which makes the build system to respects CC, CFLAGS etc.

Deleted:
  head/devel/boost-jam/files/
Modified:
  head/devel/boost-jam/Makefile

Modified: head/devel/boost-jam/Makefile
==============================================================================
--- head/devel/boost-jam/Makefile	Sun Aug 31 22:40:30 2014	(r366833)
+++ head/devel/boost-jam/Makefile	Sun Aug 31 23:01:31 2014	(r366834)
@@ -12,7 +12,7 @@ EXTRACT_AFTER_ARGS=	${DISTNAME}/tools/bu
 
 do-build:
 	cd ${WRKSRC}/tools/build/v2/engine && \
-		${MAKE_ENV} ./build.sh ${CC}
+		${MAKE_ENV} ./build.sh cc
 
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/bin



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