diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-08-14 16:10:23 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-08-14 16:10:23 +0000 |
commit | d75f09543a64492e0f1e6148df41fc013ad198bc (patch) | |
tree | e900f14c4308db8119b08ec9d4ffe7523947c897 /emulators/virtualbox-ose-kmod-legacy/files/patch-glloader.py | |
parent | - Update to 0.9 (diff) |
- Update to 3.0.51r22226
- Update Guest Additions to 3.0.4
- Add wiki page link to pkg-message
- Add missing libxslt dependency [1]
- Add NLS support [2]
- Installing C and Python bindings [3]
- Add patch to pass a physical disk to vbox [4]
Submitted by: Guido Falsi <mad AT madpilot.net> [1], nork [2],
Bernhard Froehlich <decke AT bluelife.at> [3], nox [4]
Thanks to: All testers and patch submitters their patch already
included upstream
On behalf of: vbox@ (decke, dhn, miwi, nox)
Diffstat (limited to 'emulators/virtualbox-ose-kmod-legacy/files/patch-glloader.py')
-rw-r--r-- | emulators/virtualbox-ose-kmod-legacy/files/patch-glloader.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/emulators/virtualbox-ose-kmod-legacy/files/patch-glloader.py b/emulators/virtualbox-ose-kmod-legacy/files/patch-glloader.py deleted file mode 100644 index f57aee697ad8..000000000000 --- a/emulators/virtualbox-ose-kmod-legacy/files/patch-glloader.py +++ /dev/null @@ -1,10 +0,0 @@ -Index: src/VBox/GuestHost/OpenGL/spu_loader/glloader.py -@@ -149,7 +149,7 @@ - }*/ - #endif - } --#if !defined(__linux__) && !defined(SunOS) -+#if !defined(__linux__) && !defined(SunOS) && !defined(__FreeBSD__) - crStrcat( system_path, "/" ); - #endif - crStrcat( system_path, lib ); |