From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- .../netherearth/files/netherearth-0.52-linux.patch | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 games-strategy/netherearth/files/netherearth-0.52-linux.patch (limited to 'games-strategy/netherearth/files/netherearth-0.52-linux.patch') diff --git a/games-strategy/netherearth/files/netherearth-0.52-linux.patch b/games-strategy/netherearth/files/netherearth-0.52-linux.patch new file mode 100644 index 000000000000..6c4c0d1e9733 --- /dev/null +++ b/games-strategy/netherearth/files/netherearth-0.52-linux.patch @@ -0,0 +1,47 @@ +diff -burN sources/glprintf.cpp sources-linux/glprintf.cpp +--- sources/glprintf.cpp 2002-10-26 00:17:00.000000000 +0200 ++++ sources-linux/glprintf.cpp 2005-06-18 18:22:54.000000000 +0200 +@@ -3,6 +3,7 @@ + #endif + #include "GL/gl.h" + ++#include "string.h" + #include "stdio.h" + #include "stdarg.h" + #include "GL/gl.h" +diff -burN sources/list.h sources-linux/list.h +--- sources/list.h 2002-10-27 12:17:00.000000000 +0100 ++++ sources-linux/list.h 2005-06-18 18:21:34.000000000 +0200 +@@ -1,6 +1,9 @@ + #ifndef GENERIC_LIST + #define GENERIC_LIST + ++ ++#include "stdlib.h" ++ + /* + Funciones para LISTAS: + +diff -burN sources/maps.cpp sources-linux/maps.cpp +--- sources/maps.cpp 2005-05-05 23:42:00.000000000 +0200 ++++ sources-linux/maps.cpp 2005-06-18 18:23:05.000000000 +0200 +@@ -3,6 +3,7 @@ + #endif + + #include "stdio.h" ++#include "string.h" + + #include "GL/gl.h" + #include "GL/glu.h" +diff -burN sources/myglutaux.cpp sources-linux/myglutaux.cpp +--- sources/myglutaux.cpp 2002-10-26 00:17:00.000000000 +0200 ++++ sources-linux/myglutaux.cpp 2005-06-18 18:23:29.000000000 +0200 +@@ -5,6 +5,8 @@ + #include + #include "GL/glut.h" + ++#include "string.h" ++#include "stdlib.h" + #include "stdio.h" + #include "math.h" + #include "vector.h" -- cgit v1.2.3