From d75f09543a64492e0f1e6148df41fc013ad198bc Mon Sep 17 00:00:00 2001 From: Beat Gaetzi Date: Fri, 14 Aug 2009 16:10:23 +0000 Subject: - 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 [1], nork [2], Bernhard Froehlich [3], nox [4] Thanks to: All testers and patch submitters their patch already included upstream On behalf of: vbox@ (decke, dhn, miwi, nox) --- emulators/virtualbox-ose-kmod-legacy/files/patch-glloader.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 emulators/virtualbox-ose-kmod-legacy/files/patch-glloader.py (limited to 'emulators/virtualbox-ose-kmod-legacy/files/patch-glloader.py') 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 ); -- cgit v1.2.3