svn commit: r357669 - head/devel/boost-libs
Baptiste Daroussin
bapt at FreeBSD.org
Fri Jun 13 11:24:30 UTC 2014
Author: bapt
Date: Fri Jun 13 11:24:29 2014
New Revision: 357669
URL: http://svnweb.freebsd.org/changeset/ports/357669
QAT: https://qat.redports.org/buildarchive/r357669/
Log:
Disable ccache (it breaks with clang)
Reported by: ale
Modified:
head/devel/boost-libs/Makefile
Modified: head/devel/boost-libs/Makefile
==============================================================================
--- head/devel/boost-libs/Makefile Fri Jun 13 11:22:55 2014 (r357668)
+++ head/devel/boost-libs/Makefile Fri Jun 13 11:24:29 2014 (r357669)
@@ -17,6 +17,8 @@ ICU_DESC= Boost.Regex with ICU unicode
.include "${.CURDIR}/../boost-all/compiled.mk"
+NO_CCACHE= yes
+
BJAM_ARGS+= --without-python
.if defined(X_BUILD_FOR)
BJAM_ARGS+= --without-context --without-coroutine \
More information about the svn-ports-head
mailing list