[vbox-dev] PATCH: Fix libGL.so.1 search on FreeBSD hosts so it isn't expected in /

Juergen Lock vbox-devel-l at jelal.kn-bremen.de
Mon Jun 15 21:47:14 GMT 2009


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 );




More information about the vbox-dev mailing list