diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-15 18:01:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-15 18:01:41 +0000 |
commit | afbf09cc33941f6e8015ea2a99665add0df3b03a (patch) | |
tree | 20f102f5b020555aa5c69e63988fe71abbce0db2 /emulators/virtualbox-ose/files/patch-Config.kmk | |
parent | - Respect LOCALBASE if it is changed to custom value (diff) |
VirtualBox is a family of powerful x86 virtualization products for
enterprise as well as home use. Not only is VirtualBox an extremely
feature rich, high performance product for enterprise customers, it
is also the only professional solution that is freely available as
Open Source Software under the terms of the GNU General Public License.
WWW: http://www.virtualbox.org/
Note:
Please READ pkg-messages carefully, also please
take a look in the Wiki page (http://wiki.freebsd.org/VirtualBox)
Thanks to: thank you to everyone who helped make this possible.
Notes
Notes:
svn path=/head/; revision=235883
Diffstat (limited to 'emulators/virtualbox-ose/files/patch-Config.kmk')
-rw-r--r-- | emulators/virtualbox-ose/files/patch-Config.kmk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose/files/patch-Config.kmk b/emulators/virtualbox-ose/files/patch-Config.kmk new file mode 100644 index 000000000000..81e5f7062b4e --- /dev/null +++ b/emulators/virtualbox-ose/files/patch-Config.kmk @@ -0,0 +1,11 @@ +--- Config.kmk.orig 2009-06-04 18:02:20.000000000 +0200 ++++ Config.kmk 2009-06-04 18:21:07.000000000 +0200 +@@ -1850,7 +1850,7 @@ + VBOX_OPENSSL_ALL=1 + endif + +-if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), win.x86 win.amd64 linux.x86 linux.amd64 solaris.x86 solaris.amd64 darwin.x86 darwin.amd64 freebsd.x86) ++if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), win.x86 win.amd64 linux.x86 linux.amd64 solaris.x86 solaris.amd64 darwin.x86 darwin.amd64 freebsd.x86 freebsd.amd64) + VBOX_WITH_LIBCURL = 1 + SDK_VBOX_LIBCURL = . + SDK_VBOX_LIBCURL_INCS ?= $(PATH_ROOT)/src/libs/curl-7.19.4/include |