summaryrefslogtreecommitdiff
path: root/games-emulation/gnuboy/files/gnuboy-1.0.3-include.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-emulation/gnuboy/files/gnuboy-1.0.3-include.patch
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-emulation/gnuboy/files/gnuboy-1.0.3-include.patch')
-rw-r--r--games-emulation/gnuboy/files/gnuboy-1.0.3-include.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/games-emulation/gnuboy/files/gnuboy-1.0.3-include.patch b/games-emulation/gnuboy/files/gnuboy-1.0.3-include.patch
deleted file mode 100644
index 15573000511e..000000000000
--- a/games-emulation/gnuboy/files/gnuboy-1.0.3-include.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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