summaryrefslogtreecommitdiff
path: root/chat/ircII/patches
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2004-08-20 03:20:54 +0000
committermrg <mrg@pkgsrc.org>2004-08-20 03:20:54 +0000
commit210b59656b03be7353b553a3e4b4e24bf435b677 (patch)
tree54bff1c7d16d9b2891e8ff6553bd9a0e47fbbb94 /chat/ircII/patches
parent9e8721f2c6f73cd9bde3ee8b9c0071ed1c04de4b (diff)
downloadpkgsrc-210b59656b03be7353b553a3e4b4e24bf435b677.tar.gz
update to ircii 20040820. changes include:
o /msg . now works for ICB mode as well o /topic now works by default for ICB o fix building on SunOS4 with GCC
Diffstat (limited to 'chat/ircII/patches')
-rw-r--r--chat/ircII/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/chat/ircII/patches/patch-aa b/chat/ircII/patches/patch-aa
deleted file mode 100644
index 48978813371..00000000000
--- a/chat/ircII/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2002/08/25 21:49:35 jlam Exp $
-
---- configure.orig Wed Mar 27 09:20:46 2002
-+++ configure Wed May 8 05:34:40 2002
-@@ -5578,7 +5578,7 @@
- fi
- if test "x$COPY_DIRECTORY" = "xpax";
- then
-- INSTALL_HELP_CMD='cd $(topdir)/help; pax -r -w -s ";.*/\.?CVS$$;;" -s ";.*/\.?CVS/.*;;" . $(HELP_DIR)'
-+ INSTALL_HELP_CMD='cd $(topdir)/help; pax -r -w -s ";.*/\.CVS$$;;" -s ";.*/\.CVS/.*;;" . $(HELP_DIR)'
- else
- if test "x$COPY_DIRECTORY" = "xtar";
- then