diff options
-rw-r--r-- | devel/build2/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/build2/Makefile b/devel/build2/Makefile index 34a2a70b22fc..329a5409f2a1 100644 --- a/devel/build2/Makefile +++ b/devel/build2/Makefile @@ -15,6 +15,11 @@ BROKEN_i386= error: timestamp is not lock-free on this architecture USES= gmake pkgconfig sqlite tar:xz +# warning: clang@/usr/local/libexec/ccache/clang looks like a ccache wrapper +# info: ccache cannot be used as a C compiler +# info: use config.c to override +NO_CCACHE= yes + pre-build: # phase 1 @cd ${WRKSRC}/build2 && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} bootstrap.gmake ${_MAKE_JOBS} |