From 38abc20ab74eb98f4ea657d6f5b9a6c24b04f18c Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Mon, 20 Oct 2014 13:31:36 +0200 Subject: [PATCH] DragonMemory: actually fix path issues. Previous patch was not complete. --- .../patches/dragonmemory-1.patchset | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/games-kids/dragonmemory/patches/dragonmemory-1.patchset b/games-kids/dragonmemory/patches/dragonmemory-1.patchset index a65a3ff6e..5bd0a6022 100644 --- a/games-kids/dragonmemory/patches/dragonmemory-1.patchset +++ b/games-kids/dragonmemory/patches/dragonmemory-1.patchset @@ -1,15 +1,16 @@ -From 65ce3704fa106e0961af89bd7217bea75edf3b5b Mon Sep 17 00:00:00 2001 +From cc7023a6b32c9741929529fe1bf779a3201d7452 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Thu, 25 Sep 2014 10:49:04 +0200 Subject: Fix path issues. diff --git a/Makefile b/Makefile -index 1114af0..7d1e98a 100644 +index 1114af0..b1f9034 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ - CC = gcc -Wall -ansi +-CC = gcc -Wall -ansi ++CC = gcc -Wall -Wno-multichar all: - $(CC) dragonmemory.cpp -o dragonmemory -lGL -lGLU -lSDL_image -lSDL_mixer `sdl-config --cflags --libs` @@ -18,10 +19,19 @@ index 1114af0..7d1e98a 100644 clean: @echo Cleaning up... diff --git a/dragonmemory.cpp b/dragonmemory.cpp -index 145dd8b..a6b6097 100644 +index 145dd8b..2fc7ac9 100644 --- a/dragonmemory.cpp +++ b/dragonmemory.cpp -@@ -40,6 +40,7 @@ +@@ -8,6 +8,8 @@ + #include + #include + #include ++#include ++#include + #ifdef ANDROID + #include + #include +@@ -40,6 +42,7 @@ int main (int argc, char * argv[]) {