aboutsummaryrefslogtreecommitdiff
path: root/games/blockout
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2014-03-28 13:29:58 +0000
committerWen Heping <wen@FreeBSD.org>2014-03-28 13:29:58 +0000
commitaf49fb10c20cd71e412cca0b38f23ee3c2fc17d6 (patch)
treedd17847187cbf906767cfac83c0cf5a348ec16d3 /games/blockout
parent9212abea29d52277dbef674229a3974c0c628a5a (diff)
downloadports-af49fb10c20cd71e412cca0b38f23ee3c2fc17d6.tar.gz
ports-af49fb10c20cd71e412cca0b38f23ee3c2fc17d6.zip
Notes
Diffstat (limited to 'games/blockout')
-rw-r--r--games/blockout/files/patch-ImageLib_src_Makefile13
-rw-r--r--games/blockout/files/patch-Makefile7
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.