diff options
author | wiz <wiz> | 2000-12-15 23:16:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-15 23:16:34 +0000 |
commit | ec7e7138edf65f2c06c2a36f64a1dbf341527327 (patch) | |
tree | 8f9ec813565306d793d4084dbea4f245d4e67be1 /chat/bitchx/patches | |
parent | 6da646f911cfd233bd0070cbdd0e6274cf72c5c2 (diff) | |
download | pkgsrc-ec7e7138edf65f2c06c2a36f64a1dbf341527327.tar.gz |
Move bitchx from net to chat.
Diffstat (limited to 'chat/bitchx/patches')
-rw-r--r-- | chat/bitchx/patches/patch-aa | 15 | ||||
-rw-r--r-- | chat/bitchx/patches/patch-ab | 22 |
2 files changed, 37 insertions, 0 deletions
diff --git a/chat/bitchx/patches/patch-aa b/chat/bitchx/patches/patch-aa new file mode 100644 index 00000000000..fdb0ef5c2e1 --- /dev/null +++ b/chat/bitchx/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/12/15 23:16:34 wiz Exp $ + +--- configure.orig Tue Aug 29 04:14:44 2000 ++++ configure Tue Oct 24 20:22:36 2000 +@@ -2400,7 +2400,9 @@ + havetputs=1 + else + rm -rf conftest* +- blahhack=1; echo "$ac_t""no" 1>&6 ++# XXX: Force this to work ++# blahhack=1; echo "$ac_t""no" 1>&6 ++ havetputs=1; echo "$ac_t""forced" 1>&6 + fi + rm -f conftest* + diff --git a/chat/bitchx/patches/patch-ab b/chat/bitchx/patches/patch-ab new file mode 100644 index 00000000000..5521f65da3f --- /dev/null +++ b/chat/bitchx/patches/patch-ab @@ -0,0 +1,22 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/12/15 23:16:34 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. |