diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2012-02-21 12:43:15 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2012-02-21 12:43:15 +0000 |
commit | f3865a976c842403ea1aedb3c3785a1b01d97f69 (patch) | |
tree | 8a0b4b41e451928d3354db68bd19b5abd9be91cd /emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-VirtualBox-src-settings-vm-VBoxVMSettingsHD.h | |
parent | A subclass to emulate boundless DEC VT102 terminal (diff) |
- Update to 4.0.16
- Fix lib32 checks to use /usr/lib32/libc.so
Obtained from: redports.org/~virtualbox/
Notes
Notes:
svn path=/head/; revision=291990
Diffstat (limited to 'emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-VirtualBox-src-settings-vm-VBoxVMSettingsHD.h')
-rw-r--r-- | emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-VirtualBox-src-settings-vm-VBoxVMSettingsHD.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-VirtualBox-src-settings-vm-VBoxVMSettingsHD.h b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-VirtualBox-src-settings-vm-VBoxVMSettingsHD.h deleted file mode 100644 index 6b347df656ca..000000000000 --- a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-VirtualBox-src-settings-vm-VBoxVMSettingsHD.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsHD.h.orig 2010-06-04 10:43:02.000000000 +0200 -+++ src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsHD.h 2010-06-04 10:33:40.000000000 +0200 -@@ -20,7 +20,7 @@ - #define __VBoxVMSettingsHD_h__ - - /* Global includes */ --#include <qglobal.h> /* for Q_WS_MAC */ -+#include <QtGlobal> /* for Q_WS_MAC */ - #ifdef Q_WS_MAC - /* Somewhere Carbon.h includes AssertMacros.h which defines the macro "check". - * In QItemDelegate a class method is called "check" also. As we not used the |