diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /japanese/nethack32/files/patch-ab | |
parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'japanese/nethack32/files/patch-ab')
-rw-r--r-- | japanese/nethack32/files/patch-ab | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/japanese/nethack32/files/patch-ab b/japanese/nethack32/files/patch-ab deleted file mode 100644 index f8e8c48bac9b..000000000000 --- a/japanese/nethack32/files/patch-ab +++ /dev/null @@ -1,80 +0,0 @@ -*** include/config.h.orig Thu Aug 29 23:53:20 1996 ---- include/config.h Fri Aug 30 00:14:46 1996 -*************** -*** 210,216 **** - * Some combinations make no sense. See the installation document. - */ - #define TTY_GRAPHICS /* good old tty based graphics */ -! /* #define X11_GRAPHICS /* X11 interface */ - - /* - ** added by issei, Tue May 24 11:55:10 JST 1994 ---- 210,216 ---- - * Some combinations make no sense. See the installation document. - */ - #define TTY_GRAPHICS /* good old tty based graphics */ -! #define X11_GRAPHICS /* X11 interface */ - - /* - ** added by issei, Tue May 24 11:55:10 JST 1994 -*************** -*** 267,273 **** - * would allow: - * xpmtoppm <x11tiles.xpm | pnmscale 1.25 | ppmquant 90 >x11tiles_big.xpm - */ -! /* # define USE_XPM /* Disable if you do not have the XPM library */ - # ifdef USE_XPM - # define GRAPHIC_TOMBSTONE /* Use graphical tombstone (rip.xpm) */ - # endif ---- 267,273 ---- - * would allow: - * xpmtoppm <x11tiles.xpm | pnmscale 1.25 | ppmquant 90 >x11tiles_big.xpm - */ -! # define USE_XPM /* Disable if you do not have the XPM library */ - # ifdef USE_XPM - # define GRAPHIC_TOMBSTONE /* Use graphical tombstone (rip.xpm) */ - # endif -*************** -*** 307,318 **** - - #ifdef UNIX - /* path and file name extension for compression program */ -! # define COMPRESS "/usr/ucb/compress" /* Lempel-Ziv compression */ -! # define COMPRESS_EXTENSION ".Z" /* compress's extension */ - - /* An example of one alternative you might want to use: */ -! /* # define COMPRESS "/usr/local/bin/gzip" /* FSF gzip compression */ -! /* # define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ - #endif - #ifndef COMPRESS - # define INTERNAL_COMP /* control use of NetHack's compression routines */ ---- 307,318 ---- - - #ifdef UNIX - /* path and file name extension for compression program */ -! /* # define COMPRESS "/usr/ucb/compress" /* Lempel-Ziv compression */ -! /* # define COMPRESS_EXTENSION ".Z" /* compress's extension */ - - /* An example of one alternative you might want to use: */ -! # define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ -! # define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ - #endif - #ifndef COMPRESS - # define INTERNAL_COMP /* control use of NetHack's compression routines */ -*************** -*** 342,348 **** - * otherwise it will be the current directory. - */ - # ifndef HACKDIR -! # define HACKDIR "/usr/games/lib/jnethackdir" /* nethack directory */ - # endif - - /* ---- 342,348 ---- - * otherwise it will be the current directory. - */ - # ifndef HACKDIR -! # define HACKDIR "/usr/local/lib/jnethackdir" /* nethack directory */ - # endif - - /* |