diff options
author | steve <steve@FreeBSD.org> | 2001-02-26 13:06:14 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-26 13:06:14 +0800 |
commit | 53018eb4aab542280018b1ceb9340316533ecb50 (patch) | |
tree | 63f092ac7b6ed8e81dff83e42b1a538dafcae603 /irc | |
parent | d61d2eec91de7f6113a2ce1f70602fa80a3dcc0a (diff) | |
download | freebsd-ports-gnome-53018eb4aab542280018b1ceb9340316533ecb50.tar.gz freebsd-ports-gnome-53018eb4aab542280018b1ceb9340316533ecb50.tar.zst freebsd-ports-gnome-53018eb4aab542280018b1ceb9340316533ecb50.zip |
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')
-rw-r--r-- | irc/bitchx/Makefile | 2 | ||||
-rw-r--r-- | irc/bitchx/files/patch-am | 11 | ||||
-rw-r--r-- | irc/bitchx/files/patch-an | 11 | ||||
-rw-r--r-- | irc/bitchx/files/patch-ao | 11 |
4 files changed, 34 insertions, 1 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index f497df003cb6..0127929b86a7 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -7,7 +7,7 @@ PORTNAME= BitchX PORTVERSION= 1.0c17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc gnome MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \ ftp://ftp.bitchx.org/pub/BitchX/source/ diff --git a/irc/bitchx/files/patch-am b/irc/bitchx/files/patch-am new file mode 100644 index 000000000000..52b9eaa78833 --- /dev/null +++ b/irc/bitchx/files/patch-am @@ -0,0 +1,11 @@ +--- include/ircaux.h.orig Sun Feb 25 00:03:55 2001 ++++ include/ircaux.h Sun Feb 25 00:04:27 2001 +@@ -18,7 +18,7 @@ + #include <stdio.h> + #ifdef WANT_TCL + #undef USE_TCLALLOC +-#include <tcl.h> ++#include "tcl.h" + #endif + + typedef int comp_len_func (char *, char *, int); 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 *); diff --git a/irc/bitchx/files/patch-ao b/irc/bitchx/files/patch-ao new file mode 100644 index 000000000000..592f01cbdf11 --- /dev/null +++ b/irc/bitchx/files/patch-ao @@ -0,0 +1,11 @@ +--- source/tcl_public.c.orig Sun Feb 25 00:08:23 2001 ++++ source/tcl_public.c Sun Feb 25 00:08:35 2001 +@@ -37,7 +37,7 @@ + }; + + #ifdef WANT_TCL +-#include <tcl.h> ++#include "tcl.h" + + /* + * I wish to thank vore!vore@domination.ml.org for pushing me |