diff options
author | sada <sada@FreeBSD.org> | 2000-08-02 16:38:07 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-08-02 16:38:07 +0000 |
commit | d1b5225420424f5551ea286d94121f9613215a9d (patch) | |
tree | 85399c26efb786cd961bb05f0aa88a49b0114bca /games/nethack34-nox11 | |
parent | a247120969aee00053da18ae4a9716ee5c9d3848 (diff) | |
download | FreeBSD-ports-d1b5225420424f5551ea286d94121f9613215a9d.zip FreeBSD-ports-d1b5225420424f5551ea286d94121f9613215a9d.tar.gz |
Cope with FreeBSD 3.
Fixed the path to gzip.
PR: ports/16417
Submitted by: Gregory Bond <gnb@itga.com.au>
Diffstat (limited to 'games/nethack34-nox11')
-rw-r--r-- | games/nethack34-nox11/files/patch-aa | 2 | ||||
-rw-r--r-- | games/nethack34-nox11/files/patch-ac | 13 |
2 files changed, 12 insertions, 3 deletions
diff --git a/games/nethack34-nox11/files/patch-aa b/games/nethack34-nox11/files/patch-aa index 346180b..2e30176 100644 --- a/games/nethack34-nox11/files/patch-aa +++ b/games/nethack34-nox11/files/patch-aa @@ -29,7 +29,7 @@ /* 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 */ -+#define COMPRESS "/usr/local/bin/gzip" /* FSF gzip compression */ ++#define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ +#define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ #endif diff --git a/games/nethack34-nox11/files/patch-ac b/games/nethack34-nox11/files/patch-ac index 7c2c408..d197c0d 100644 --- a/games/nethack34-nox11/files/patch-ac +++ b/games/nethack34-nox11/files/patch-ac @@ -1,5 +1,14 @@ ---- ./include/unixconf.h.orig Sat Dec 11 00:20:51 1999 -+++ ./include/unixconf.h Sun Dec 12 20:45:41 1999 +--- include/unixconf.h.orig Sat Dec 11 14:20:51 1999 ++++ include/unixconf.h Sat Jul 29 06:58:37 2000 +@@ -45,7 +45,7 @@ + /* #define AIX_31 */ /* In AIX 3.1 (IBM RS/6000) use BSD ioctl's to gain + * job control (note that AIX is SYSV otherwise) + * Also define this for AIX 3.2 */ +-#define TERMINFO /* uses terminfo rather than termcap */ ++/* #define TERMINFO */ /* uses terminfo rather than termcap */ + /* Should be defined for most SYSV, SVR4 (including + * Solaris 2+), HPUX, and Linux systems. In + * particular, it should NOT be defined for the UNIXPC @@ -135,7 +135,7 @@ * A stat system call is done on the mailbox every MAILCKFREQ moves. */ |