aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-06-13 19:24:29 +0800
committerbapt <bapt@FreeBSD.org>2014-06-13 19:24:29 +0800
commit4201926a0f3c1a1f07e5e611e0f4558da6456fdb (patch)
treee787ec5606dafb155ea26a957b64791f372809f3 /devel
parentd97f98638de99ca6e05ee708824c215ed1b27e80 (diff)
downloadfreebsd-ports-gnome-4201926a0f3c1a1f07e5e611e0f4558da6456fdb.tar.gz
freebsd-ports-gnome-4201926a0f3c1a1f07e5e611e0f4558da6456fdb.tar.zst
freebsd-ports-gnome-4201926a0f3c1a1f07e5e611e0f4558da6456fdb.zip
Disable ccache (it breaks with clang)
Reported by: ale
Diffstat (limited to 'devel')
-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 6f30b167b5fd..a4ad90d5bcc7 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 \