Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jun 2014 11:24:29 +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: r357669 - head/devel/boost-libs
Message-ID:  <201406131124.s5DBOT7v053466@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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