svn commit: r366834 - in head/devel/boost-jam: . files
Baptiste Daroussin
bapt at FreeBSD.org
Sun Aug 31 23:01:32 UTC 2014
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
More information about the svn-ports-head
mailing list