ottxor 14/12/05 22:24:31 Added: urt-3.1b-solaris.patch Log: added prefix support (bug #529582) (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.1 media-libs/urt/files/urt-3.1b-solaris.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/urt/files/urt-3.1b-solaris.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/urt/files/urt-3.1b-solaris.patch?rev=1.1&content-type=text/plain Index: urt-3.1b-solaris.patch =================================================================== usage of errno requires errno.h Fabian Groffen <[email protected]> --- get/getx11/x11_stuff.c +++ get/getx11/x11_stuff.c @@ -42,6 +42,7 @@ #ifdef X_SHARED_MEMORY #include <sys/errno.h> #endif +#include <errno.h> #include "circle.bitmap" #include "circle_mask.bitmap"
