diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-12-29 16:54:28 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-29 17:26:58 -0600 |
commit | 1570e9f8138513f992c971a82ceab258f7861071 (patch) | |
tree | 1ed938f7cb704a5d482a28be47973e980f9dcf7d /games/sdlmess/ini_path.diff | |
parent | 059aa944e86779a8659ac16bcdffe132e514de48 (diff) |
games/sdlmess: Uncompressed the patch
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/sdlmess/ini_path.diff')
-rw-r--r-- | games/sdlmess/ini_path.diff | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/games/sdlmess/ini_path.diff b/games/sdlmess/ini_path.diff new file mode 100644 index 0000000000000..27151e4ff7d2a --- /dev/null +++ b/games/sdlmess/ini_path.diff @@ -0,0 +1,16 @@ +diff -Naur sdlmess0129.orig/makefile.sdl sdlmess0129/makefile.sdl +--- sdlmess0129.orig/makefile.sdl 2009-01-06 23:41:45.000000000 -0500 ++++ sdlmess0129/makefile.sdl 2009-03-07 18:43:52.000000000 -0500 +@@ -242,8 +242,11 @@ + # compile-time definitions + #------------------------------------------------- + ++# 20090304 bkw: Look for mess.ini in ~/.mess, then /etc ++DEFS = -DINI_PATH="\"\$$HOME/.mess;/etc\"" ++ + # CR/LF setup: use both on win32/os2, CR only on everything else +-DEFS = -DCRLF=2 ++DEFS += -DCRLF=2 + + ifeq ($(TARGETOS),win32) + DEFS = -DCRLF=3 |