mr_bones_ 15/02/06 22:03:22 Added: gltron-0.70-gcc49.patch Log: add patch from Martin Väth to build with newer toolchaing (bug #537336) (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.1 games-action/gltron/files/gltron-0.70-gcc49.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/gltron/files/gltron-0.70-gcc49.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/gltron/files/gltron-0.70-gcc49.patch?rev=1.1&content-type=text/plain Index: gltron-0.70-gcc49.patch =================================================================== --- 1/lua/src/lib/liolib.c +++ 1/lua/src/lib/liolib.c @@ -6,9 +6,9 @@ */ +#define __USE_MISC /* for mkstemp() */ #include <ctype.h> #include <stdio.h> -#define __USE_MISC /* for mkstemp() */ #include <stdlib.h> #include <string.h> #include <time.h>
