FreeBSD Bugzilla – Attachment 199657 Details for
Bug 233626
emulators/virtualbox-ose-additions: Fix build with non-default SRC_BASE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
emulators_virtualbox-ose-additions.2.patch (text/plain), 1.08 KB, created by
Yasuhiro Kimura
on 2018-11-29 08:50:36 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2018-11-29 08:50:36 UTC
Size:
1.08 KB
patch
obsolete
>Index: emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_mount__vboxvfs_Makefile.kmk >=================================================================== >--- emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_mount__vboxvfs_Makefile.kmk (revision 486103) >+++ emulators/virtualbox-ose/files/patch-src_VBox_Additions_freebsd_mount__vboxvfs_Makefile.kmk (working copy) >@@ -13,7 +13,7 @@ > +$(error "The FreeBSD guest additions can only be built on FreeBSD!") > +endif > + >-+FREEBSD_SRC= /usr/src >++FREEBSD_SRC?= /usr/src > +MOUNT= ${FREEBSD_SRC}/sbin/mount > + > +CFLAGS+=-I${MOUNT} >Index: emulators/virtualbox-ose-additions/Makefile >=================================================================== >--- emulators/virtualbox-ose-additions/Makefile (revision 486103) >+++ emulators/virtualbox-ose-additions/Makefile (working copy) >@@ -76,7 +76,7 @@ > BUILD_WRKSRC= ${VBOX_BIN}/src > > KMK_BUILDTYPE= release >-KMK_CONFIG= VBOX_LIBPATH_X11=${LOCALBASE} >+KMK_CONFIG= VBOX_LIBPATH_X11=${LOCALBASE} VBOX_FREEBSD_SRC=${SRC_BASE}/sys FREEBSD_SRC=${SRC_BASE} > KMK_FLAGS= > > .if ${PORT_OPTIONS:MDEBUG}
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 233626
: 199657