FreeBSD Bugzilla – Attachment 223651 Details for
Bug 254616
emulators/virtualbox-ose: Use ccache from bsd.ccache.mk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Use bsd.ccache.mk values when building
0001-emulators-virtualbox-ose-Allow-virtualbox-ose-to-use.patch (text/plain), 1.30 KB, created by
Derek Schrock
on 2021-03-27 22:52:35 UTC
(
hide
)
Description:
Use bsd.ccache.mk values when building
Filename:
MIME Type:
Creator:
Derek Schrock
Created:
2021-03-27 22:52:35 UTC
Size:
1.30 KB
patch
obsolete
>From 4a29e4aaba0907e80ac3b54c4771f1d69814b788 Mon Sep 17 00:00:00 2001 >From: Derek Schrock <dereks@lifeofadishwasher.com> >Date: Sun, 21 Mar 2021 14:45:07 -0400 >Subject: [PATCH] emulators/virtualbox-ose: Allow virtualbox-ose to use ccache > >--- > emulators/virtualbox-ose/Makefile | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile >index 2a929438a8..a5690a0b60 100644 >--- a/emulators/virtualbox-ose/Makefile >+++ b/emulators/virtualbox-ose/Makefile >@@ -208,8 +208,8 @@ KMK_FLAGS+= -j${MAKE_JOBS_NUMBER} > # force llvm11 from ports > .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300109 > BUILD_DEPENDS+= clang11:devel/llvm${VBOX_LLVM_VER} >-CC= ${LOCALBASE}/bin/clang${VBOX_LLVM_VER} >-CXX= ${LOCALBASE}/bin/clang++${VBOX_LLVM_VER} >+CC= clang${VBOX_LLVM_VER} >+CXX= clang++${VBOX_LLVM_VER} > VBOX_LLVM_VER?= 11 > .endif > PATCH_DEPENDS+= ${LOCALBASE}/share/kBuild/tools/GXX3.kmk:devel/kBuild >@@ -325,7 +325,7 @@ post-patch: > > do-build: > cd ${WRKSRC} && ${SH} -c '. ${WRKSRC}/env.sh && \ >- ${KMK_CONFIG} ${LOCALBASE}/bin/kmk ${KMK_FLAGS}' >+ ${SETENV} ${MAKE_ENV} ${KMK_CONFIG} ${LOCALBASE}/bin/kmk ${KMK_FLAGS}' > .if ${PORT_OPTIONS:MPYTHON} > ${PYTHON_CMD} -mcompileall \ > ${KMK_BUILDDIR}/bin/sdk/bindings/xpcom/python/xpcom >-- >2.31.0 >
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
Actions:
View
|
Diff
Attachments on
bug 254616
: 223651