summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-06-23 20:00:58 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-06-23 20:00:58 +0000
commitd346479e5fd104911357f05f2f2f1cbb8e7b07a2 (patch)
tree0f92ccb9644ab3ca6a78c2f60e9d4f36b37ef97c /games-arcade/kajaani-kombat/files
parentold (diff)
downloadgentoo-2-d346479e5fd104911357f05f2f2f1cbb8e7b07a2.tar.gz
gentoo-2-d346479e5fd104911357f05f2f2f1cbb8e7b07a2.tar.bz2
gentoo-2-d346479e5fd104911357f05f2f2f1cbb8e7b07a2.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-arcade/kajaani-kombat/files')
-rw-r--r--games-arcade/kajaani-kombat/files/0.6.6.6-makefile.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/games-arcade/kajaani-kombat/files/0.6.6.6-makefile.patch b/games-arcade/kajaani-kombat/files/0.6.6.6-makefile.patch
deleted file mode 100644
index 704bb95c1d13..000000000000
--- a/games-arcade/kajaani-kombat/files/0.6.6.6-makefile.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.orig 2005-02-28 22:55:55.000000000 -0500
-+++ Makefile 2005-02-28 22:58:45.000000000 -0500
-@@ -39,8 +39,8 @@
- endif
- ## UNIX RELEASE (default option)
- ifeq ($(sys), )
-- MEDIA=-D MEDIA_PATH=\"./\"
-- DEBUG= -O $(MEDIA)
-+ MEDIA=-D MEDIA_PATH=\"GENTOODIR\"
-+ DEBUG= $(CFLAGS) $(MEDIA)
- endif
-
-
-@@ -55,7 +55,7 @@
-
- server_objs = game_obj.o terrain.o msg.o game_server.o server_main.o coord.o block.o connects.o player.o config.o
-
--CXXFLAGS=`sdl-config --cflags` -Wall $(DEBUG)
-+CXXFLAGS+=`sdl-config --cflags` $(MEDIA)
-
- all: client
-