diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-13 20:13:27 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-13 20:13:27 +0000 |
commit | 9af53ae73a7c59bb5966b4e3badf9e75777c64cb (patch) | |
tree | 6c45fd646020251c0ffcb7a4965800e569371804 /games-roguelike/nethack/files/3.4.3-default-options.patch | |
parent | Initial import of etqw-bin and etqw-data from my personal developer overlay. (diff) | |
download | games-9af53ae73a7c59bb5966b4e3badf9e75777c64cb.tar.gz games-9af53ae73a7c59bb5966b4e3badf9e75777c64cb.tar.bz2 games-9af53ae73a7c59bb5966b4e3badf9e75777c64cb.zip |
Added games-roguelike/nethack ebuild which uses GAMES_SCORES_FILES for testing for bug #125902 and added a new games.eclass which uses GAMES_SCORES_FILES.
svn path=/; revision=2
Diffstat (limited to 'games-roguelike/nethack/files/3.4.3-default-options.patch')
-rw-r--r-- | games-roguelike/nethack/files/3.4.3-default-options.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/games-roguelike/nethack/files/3.4.3-default-options.patch b/games-roguelike/nethack/files/3.4.3-default-options.patch new file mode 100644 index 0000000..83ab94a --- /dev/null +++ b/games-roguelike/nethack/files/3.4.3-default-options.patch @@ -0,0 +1,29 @@ +--- include/config.h.orig 2003-06-21 20:44:00.000000000 -0400 ++++ include/config.h 2003-06-21 20:46:42.000000000 -0400 +@@ -172,2 +172,2 @@ +-#define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ +-#define COMPRESS_EXTENSION ".Z" /* compress's extension */ ++#define COMPRESS "/bin/bzip2" /* Lempel-Ziv compression */ ++#define COMPRESS_EXTENSION ".bz2" /* compress's extension */ +@@ -188 +188 @@ +-/* #define DLB */ /* not supported on all platforms */ ++#define DLB 1 /* not supported on all platforms */ +@@ -207 +207 @@ +-# define HACKDIR "/usr/games/lib/nethackdir" ++# define HACKDIR "GENTOO_HACKDIR" +@@ -303 +303 @@ +-/* #define VISION_TABLES */ /* use vision tables generated at compile time */ ++#define VISION_TABLES 1 /* use vision tables generated at compile time */ +--- include/unixconf.h.orig 2003-06-21 20:47:54.000000000 -0400 ++++ include/unixconf.h 2003-06-21 20:48:39.000000000 -0400 +@@ -40 +40 @@ +-/* #define LINUX */ /* Another Unix clone */ ++#define LINUX 1 /* Another Unix clone */ +@@ -135 +135 @@ +-/* #define TIMED_DELAY */ /* usleep() */ ++#define TIMED_DELAY 1 +--- src/Makefile.orig 2003-06-21 20:55:36.000000000 -0400 ++++ src/Makefile 2003-06-21 20:55:49.000000000 -0400 +@@ -234 +234 @@ +-WINTTYLIB = -ltermlib ++WINTTYLIB = -lncurses |