summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-fps/sauerbraten/files/sauerbraten_unix.patch')
-rw-r--r--games-fps/sauerbraten/files/sauerbraten_unix.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/games-fps/sauerbraten/files/sauerbraten_unix.patch b/games-fps/sauerbraten/files/sauerbraten_unix.patch
deleted file mode 100644
index db2a032becf6..000000000000
--- a/games-fps/sauerbraten/files/sauerbraten_unix.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- sauerbraten_unix.orig 2008-08-15 20:05:44.000000000 +0200
-+++ sauerbraten_unix 2008-08-15 22:49:47.000000000 +0200
-@@ -3,6 +3,7 @@
- #SAUER_DIR=~/sauerbraten
- #SAUER_DIR=/usr/local/sauerbraten
- SAUER_DIR=.
-+SAUER_DATADIR=.
-
- # SAUER_OPTIONS contains any command line options you would like to start Sauerbraten with.
- #SAUER_OPTIONS="-f"
-@@ -46,7 +47,7 @@
-
- if [ -x ${SAUER_DIR}/bin_unix/${MACHINE_NAME}${SYSTEM_NAME}client ]
- then
-- cd ${SAUER_DIR}
-+ cd ${SAUER_DATADIR}
- exec ${SAUER_DIR}/bin_unix/${MACHINE_NAME}${SYSTEM_NAME}client ${SAUER_OPTIONS} $@
- else
- echo "Your platform does not have a pre-compiled Sauerbraten client."