diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2010-09-30 12:51:00 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2010-09-30 12:51:00 +0000 |
commit | b303c25df21ddb8646a7bc041e6a34446be92e5c (patch) | |
tree | 85ba082ff487ebc07b8a0e234c08fce2d58838b0 /emulators/virtualbox-ose/files | |
parent | 546ffbd8322884b4eca88ef04e1489beb8aee3b7 (diff) | |
download | ports-b303c25df21ddb8646a7bc041e6a34446be92e5c.tar.gz ports-b303c25df21ddb8646a7bc041e6a34446be92e5c.zip |
Notes
Diffstat (limited to 'emulators/virtualbox-ose/files')
-rw-r--r-- | emulators/virtualbox-ose/files/patch-src-VBox-Frontends-VirtualBox-Makefile.kmk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose/files/patch-src-VBox-Frontends-VirtualBox-Makefile.kmk b/emulators/virtualbox-ose/files/patch-src-VBox-Frontends-VirtualBox-Makefile.kmk new file mode 100644 index 000000000000..feb68f27c7d6 --- /dev/null +++ b/emulators/virtualbox-ose/files/patch-src-VBox-Frontends-VirtualBox-Makefile.kmk @@ -0,0 +1,19 @@ +--- src/VBox/Frontends/VirtualBox/Makefile.kmk.orig 2010-08-05 06:42:45.000000000 -0500 ++++ src/VBox/Frontends/VirtualBox/Makefile.kmk 2010-09-25 19:17:28.000000000 -0500 +@@ -236,6 +236,7 @@ + VirtualBox_LIBS.win += $(PATH_SDK_WINPSDK_LIB)/Opengl32.lib + VirtualBox_LIBS.solaris += GL + VirtualBox_LIBS.linux += GL ++ VirtualBox_LIBS.freebsd += GL + endif + + # Headers containing definitions of classes that use the Q_OBJECT macro. +@@ -821,7 +822,7 @@ + # App for testing GL support + # + if defined(VBOX_WITH_VIDEOHWACCEL) +- if1of ($(KBUILD_TARGET), win linux) ++ if1of ($(KBUILD_TARGET), win linux freebsd) + LIBRARIES += VBoxOGL2D + VBoxOGL2D_TEMPLATE = VBOXR3STATIC + VBoxOGL2D_USES = qt4 |