diff options
Diffstat (limited to 'games/blockout')
-rw-r--r-- | games/blockout/files/patch-ImageLib_src_Makefile | 13 | ||||
-rw-r--r-- | games/blockout/files/patch-Makefile | 7 |
2 files changed, 17 insertions, 3 deletions
diff --git a/games/blockout/files/patch-ImageLib_src_Makefile b/games/blockout/files/patch-ImageLib_src_Makefile new file mode 100644 index 000000000000..18ea4716790c --- /dev/null +++ b/games/blockout/files/patch-ImageLib_src_Makefile @@ -0,0 +1,13 @@ +--- ImageLib/src/Makefile.orig 2014-02-09 13:14:33.000000000 +0700 ++++ ImageLib/src/Makefile 2014-02-09 13:15:28.000000000 +0700 +@@ -32,8 +32,8 @@ + + #--------------------------------------------------------------------- + +-CXX = g++ +-CC = gcc ++#CXX = g++ ++#CC = gcc + + CXXFLAGS = -O2 -Dlinux -c -I. + CFLAGS = -O2 -Dlinux -c -I. diff --git a/games/blockout/files/patch-Makefile b/games/blockout/files/patch-Makefile index b4bfb259a8c1..27384e32e7a7 100644 --- a/games/blockout/files/patch-Makefile +++ b/games/blockout/files/patch-Makefile @@ -1,5 +1,5 @@ ---- BlockOut/Makefile.orig 2009-08-06 14:55:56.000000000 +0700 -+++ BlockOut/Makefile 2009-08-06 15:39:07.000000000 +0700 +--- BlockOut/Makefile.orig 2008-01-10 00:29:06.000000000 +0600 ++++ BlockOut/Makefile 2014-02-09 13:17:22.000000000 +0700 @@ -34,17 +34,17 @@ #--------------------------------------------------------------------- @@ -9,7 +9,8 @@ +SDL_ROOT = /usr/local +IMGLIB_ROOT = ../ImageLib/src - CXX = g++ +-CXX = g++ ++#CXX = g++ CXXFLAGS = -g -D_DEBUG -Dlinux -c \ - -I$(SDL_ROOT)/include/SDL -I$(IMGLIB_ROOT) -I. |