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

Frank Mehnert Frank.Mehnert at Sun.COM
Tue Jun 16 08:26:12 GMT 2009


On Monday 15 June 2009, Juergen Lock wrote:
> 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 );

Thx, applied.

Kind regards,

Frank
-- 
Dr.-Ing. Frank Mehnert    Sun Microsystems, Inc.    www.sun.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20090616/b3a9a5aa/attachment.sig>


More information about the vbox-dev mailing list