FreeBSD Bugzilla – Attachment 248637 Details for
Bug 277189
devel/cmake-core: add NO_CCACHE handle to allow disable ccache build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
c8c9736ae7.patch (text/plain), 772 bytes, created by
Ivan Rozhuk
on 2024-02-20 14:22:05 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2024-02-20 14:22:05 UTC
Size:
772 bytes
patch
obsolete
>From c8c9736ae74afd4f84c611f36a660caf8c1827aa Mon Sep 17 00:00:00 2001 >From: Rozhuk Ivan <rozhuk.im@gmail.com> >Date: Tue, 20 Feb 2024 16:14:31 +0200 >Subject: [PATCH] devel/cmake-core: fix build without ccache > >--- > devel/cmake-core/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/devel/cmake-core/Makefile b/devel/cmake-core/Makefile >index c7d1054c060b..aedab9fb44aa 100644 >--- a/devel/cmake-core/Makefile >+++ b/devel/cmake-core/Makefile >@@ -38,7 +38,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ > --parallel=${MAKE_JOBS_NUMBER} \ > --verbose \ > --init="${WRKSRC}/InitialCache.cmake" >-.if defined(WITH_CCACHE_BUILD) >+.if defined(WITH_CCACHE_BUILD) && !defined(NO_CCACHE) > CONFIGURE_ARGS+= --enable-ccache > .endif > CONFIGURE_ENV= MAKE=${MAKE}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
rozhuk.im
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 277189
: 248637