summaryrefslogtreecommitdiff
path: root/net/ircII
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-02-15 10:34:57 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-02-15 10:34:57 +0000
commit5492a6d4b1ba7d787d30bd044f0ace6e239d3ed9 (patch)
treed1eb1b79a211e99e5fdddad886d980d0404460c7 /net/ircII
parent2c5d88e7f7e36aee7caf056dc9ccc62e8763ae74 (diff)
downloadpkgsrc-5492a6d4b1ba7d787d30bd044f0ace6e239d3ed9.tar.gz
Set path for zcat and addjust ZSUFFIX. Closes pr 4775.
Diffstat (limited to 'net/ircII')
-rw-r--r--net/ircII/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/ircII/patches/patch-aa b/net/ircII/patches/patch-aa
new file mode 100644
index 00000000000..45085fa8e40
--- /dev/null
+++ b/net/ircII/patches/patch-aa
@@ -0,0 +1,16 @@
+--- include/config.h-orig Wed Mar 26 04:15:57 1997
++++ include/config.h Sun Jan 4 21:32:13 1998
+@@ -50,11 +50,11 @@
+ * If you undefine this you will spare some code, though, so better only
+ * set if you are sure you are going to keep your help-files compressed.
+ */
+-#define ZCAT "/usr/ucb/zcat"
++#define ZCAT "/usr/bin/zcat"
+
+ /* Define ZSUFFIX in case we are using ZCAT */
+ #ifdef ZCAT
+-# define ZSUFFIX ".Z"
++# define ZSUFFIX ".gz"
+ #endif /* ZCAT */
+
+ /* Make ^Z stop the irc process by default,