summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-06-13 11:24:29 +0000
committerbapt <bapt@FreeBSD.org>2014-06-13 11:24:29 +0000
commit4201926a0f3c1a1f07e5e611e0f4558da6456fdb (patch)
treee787ec5606dafb155ea26a957b64791f372809f3
parentd97f98638de99ca6e05ee708824c215ed1b27e80 (diff)
downloadFreeBSD-ports-4201926a0f3c1a1f07e5e611e0f4558da6456fdb.zip
FreeBSD-ports-4201926a0f3c1a1f07e5e611e0f4558da6456fdb.tar.gz
Disable ccache (it breaks with clang)
Reported by: ale
-rw-r--r--devel/boost-libs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile
index 6f30b16..a4ad90d 100644
--- a/devel/boost-libs/Makefile
+++ b/devel/boost-libs/Makefile
@@ -17,6 +17,8 @@ ICU_DESC= Boost.Regex with ICU unicode support
.include "${.CURDIR}/../boost-all/compiled.mk"
+NO_CCACHE= yes
+
BJAM_ARGS+= --without-python
.if defined(X_BUILD_FOR)
BJAM_ARGS+= --without-context --without-coroutine \
OpenPOWER on IntegriCloud