aboutsummaryrefslogtreecommitdiffstats
path: root/testing/virtualbox-guest-additions/vboxguestlib-makefile-nox11.patch
diff options
context:
space:
mode:
authorBen Allen <bensallen@me.com>2016-01-22 04:40:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-08-15 16:30:06 +0000
commit59e71adbea0f889c3ffb7188fa4b9f988d6b5535 (patch)
treee123bb9c4787d2024dd3043d920131f6bcc8b5f1 /testing/virtualbox-guest-additions/vboxguestlib-makefile-nox11.patch
parenta696503b386fcb8b9f521af3693f85752f0e9b4a (diff)
downloadaports-59e71adbea0f889c3ffb7188fa4b9f988d6b5535.tar.bz2
aports-59e71adbea0f889c3ffb7188fa4b9f988d6b5535.tar.xz
testing/virtualbox-guest-additions: new aport
- Userland components to VirtualBox's guest additions, eg. VBoxService, VBoxControl, mount.vboxsf, and a basic init script. - Creates vboxsf group on install to allow VBoxService to auto-mount shared folders.
Diffstat (limited to 'testing/virtualbox-guest-additions/vboxguestlib-makefile-nox11.patch')
-rw-r--r--testing/virtualbox-guest-additions/vboxguestlib-makefile-nox11.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/virtualbox-guest-additions/vboxguestlib-makefile-nox11.patch b/testing/virtualbox-guest-additions/vboxguestlib-makefile-nox11.patch
new file mode 100644
index 0000000000..44b2efddbf
--- /dev/null
+++ b/testing/virtualbox-guest-additions/vboxguestlib-makefile-nox11.patch
@@ -0,0 +1,19 @@
+--- ./src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk.orig
++++ ./src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
+@@ -38,16 +38,6 @@
+ LIBRARIES += \
+ VBoxGuestR3Lib \
+ VBoxGuestR3LibShared
+-ifndef VBOX_ONLY_VALIDATIONKIT
+- if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd)
+- LIBRARIES += \
+- VBoxGuestR3LibXFree86
+- endif
+- if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris)
+- LIBRARIES += \
+- VBoxGuestR3LibXOrg
+- endif
+-endif
+ LIBRARIES.win.amd64 += VBoxGuestR3Lib-x86 VBoxGuestR3LibShared-x86
+
+