summaryrefslogtreecommitdiff
path: root/chat/ircII/patches
diff options
context:
space:
mode:
authormrg <mrg>2001-07-07 20:54:52 +0000
committermrg <mrg>2001-07-07 20:54:52 +0000
commit26f503d3848a907fa70b141917ccfd5103a41c20 (patch)
tree5df37b375fe05af626806611201676d40d2115f5 /chat/ircII/patches
parenta6a53dbf9d0194affa29338da25b63dcefee74da (diff)
downloadpkgsrc-26f503d3848a907fa70b141917ccfd5103a41c20.tar.gz
update to ircII 20010612. mostly a bug fix release, though with these
new features: - japanese support - ignored(), notify(), screens() & windows() functions - listidle script
Diffstat (limited to 'chat/ircII/patches')
-rw-r--r--chat/ircII/patches/patch-ab15
1 files changed, 0 insertions, 15 deletions
diff --git a/chat/ircII/patches/patch-ab b/chat/ircII/patches/patch-ab
deleted file mode 100644
index 272486e635d..00000000000
--- a/chat/ircII/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2001/06/20 05:46:39 jtb Exp $
-
---- include/ircterm.h.orig Wed Jun 13 15:36:59 2001
-+++ include/ircterm.h Wed Jun 13 15:37:49 2001
-@@ -238,8 +238,8 @@
-
- #endif /* _HPUX_SOURCE */
-
--/* well, it works */
--#ifdef mips
-+/* cough, cough... This doesn't work (since c is often a char constant) */
-+#if defined(mips) && !defined(__NetBSD__)
- # define fputc(c,f) write(1,&(c),1)
- # define fwrite(buffer,len,cnt,f) write(1,buffer,len)
- #endif /*mips*/