mr_bones_ 14/07/04 08:11:39 Added: gnuboy-1.0.3-include.patch Log: EAPI=5; simplify; add include patch to clean up build a bit (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.1 games-emulation/gnuboy/files/gnuboy-1.0.3-include.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gnuboy/files/gnuboy-1.0.3-include.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/gnuboy/files/gnuboy-1.0.3-include.patch?rev=1.1&content-type=text/plain Index: gnuboy-1.0.3-include.patch =================================================================== diff -ru gnuboy-1.0.3.orig/defs.h gnuboy-1.0.3/defs.h --- gnuboy-1.0.3.orig/defs.h 2001-01-23 07:04:22.000000000 -0500 +++ gnuboy-1.0.3/defs.h 2014-07-04 03:56:46.685149736 -0400 @@ -4,6 +4,10 @@ #ifndef __DEFS_H__ #define __DEFS_H__ +#include <stdlib.h> +#include <string.h> +#include <unistd.h> +#include <ctype.h> #ifdef IS_LITTLE_ENDIAN
