diff options
author | Steve Price <steve@FreeBSD.org> | 2001-02-26 05:06:14 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-02-26 05:06:14 +0000 |
commit | 73363c53533c2088d313811692e0ba3f8cf0b029 (patch) | |
tree | e48ce2413b12dc761098acc330a810a9db10c3e7 /irc/bitchx/files/patch-an | |
parent | Get rid of 'FETCH_BEFORE_ARGS= -b'. (diff) |
Allow this port to find tcl.h again so that it compiles.
PR: 24183
Submitted by: Darren Johnston <darren@tzeench.dhs.org>
Diffstat (limited to 'irc/bitchx/files/patch-an')
-rw-r--r-- | irc/bitchx/files/patch-an | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/bitchx/files/patch-an b/irc/bitchx/files/patch-an new file mode 100644 index 000000000000..43c0396118db --- /dev/null +++ b/irc/bitchx/files/patch-an @@ -0,0 +1,11 @@ +--- include/tcl_bx.h.orig Sun Feb 25 00:05:19 2001 ++++ include/tcl_bx.h Sun Feb 25 00:05:39 2001 +@@ -27,7 +27,7 @@ + #ifdef WANT_TCL + + +-#include <tcl.h> ++#include "tcl.h" + extern Tcl_Interp *tcl_interp; + void check_tcl_tand (char *, char *, char *); + void check_tcl_msgm (char *, char *, char *, char *, char *); |