From afbf09cc33941f6e8015ea2a99665add0df3b03a Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 15 Jun 2009 18:01:41 +0000 Subject: 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. --- emulators/virtualbox-ose/files/patch-Config.kmk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 emulators/virtualbox-ose/files/patch-Config.kmk (limited to 'emulators/virtualbox-ose/files/patch-Config.kmk') 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 -- cgit v1.2.3