diff options
author | wiz <wiz@pkgsrc.org> | 2000-11-09 14:50:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-11-09 14:50:38 +0000 |
commit | a2d2343e8af9f3758f8f8dd9110759ad60feb774 (patch) | |
tree | ab4d6c006669d07c7b89bf0b64c668aaa7329dc3 /net/bitchx/patches/patch-ab | |
parent | d8a7747225eebf6886e5fc1f3e338248a088668b (diff) | |
download | pkgsrc-a2d2343e8af9f3758f8f8dd9110759ad60feb774.tar.gz |
Initial import of bitchx-1.0c17 (1.0.3.17 for dewey) provided by
Jared D. McNeill in 11309, with some cleanup by himself and me.
Description:
BitchX is an IRC (Internet Relay Chat) client by Colten Edwards aka
panasync@efnet, it is based on it's predecessors ircII and EPIC.
Diffstat (limited to 'net/bitchx/patches/patch-ab')
-rw-r--r-- | net/bitchx/patches/patch-ab | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/bitchx/patches/patch-ab b/net/bitchx/patches/patch-ab new file mode 100644 index 00000000000..1efa8829599 --- /dev/null +++ b/net/bitchx/patches/patch-ab @@ -0,0 +1,22 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/11/09 14:50:38 wiz Exp $ + +--- include/config.h.orig Tue Oct 24 20:24:43 2000 ++++ include/config.h Tue Oct 24 20:25:52 2000 +@@ -34,7 +34,7 @@ + * too peruse this function all you like. It's not a BACKDOOR in any way, + * shape or form. + */ +-#define WANT_NOTIFY_BITCHX_COM ON ++#undef WANT_NOTIFY_BITCHX_COM + + + /* +@@ -307,7 +307,7 @@ + * This is recommended when you want to start BitchX in an xterm without + * the usage of the special "vga"-font. + */ +-#undef ONLY_STD_CHARS ++#define ONLY_STD_CHARS + + /* + * Normally BitchX uses only the IBMPC (cp437) charset. |