diff options
Diffstat (limited to 'emulators/virtualbox-ose-kmod/files/patch-glloader.py')
-rw-r--r-- | emulators/virtualbox-ose-kmod/files/patch-glloader.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/emulators/virtualbox-ose-kmod/files/patch-glloader.py b/emulators/virtualbox-ose-kmod/files/patch-glloader.py deleted file mode 100644 index f57aee697ad8..000000000000 --- a/emulators/virtualbox-ose-kmod/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 ); |