diff options
Diffstat (limited to 'games/xtux/files/patch-aa')
-rw-r--r-- | games/xtux/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/xtux/files/patch-aa b/games/xtux/files/patch-aa new file mode 100644 index 000000000000..73b96cab9ee6 --- /dev/null +++ b/games/xtux/files/patch-aa @@ -0,0 +1,19 @@ +--- Makefile.orig Sun Nov 19 12:52:12 2000 ++++ Makefile Sat Dec 23 07:47:42 2000 +@@ -5,7 +5,7 @@ + #============================================================# + + #Change this to where you want to put the data directory. +-DATADIR = `pwd`/data ++#DATADIR = `pwd`/data + #Eg you might want to put the data files here...... + #DATADIR = /usr/share/games/xtux + +@@ -14,7 +14,7 @@ + SV_SRC_DIR = src/server + CL_SRC_DIR = src/client + +-MAKE = @make -C ++MAKE = @gmake -C + + all: common client server |