diff options
author | Jim Mock <jim@FreeBSD.org> | 1999-08-26 09:21:23 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 1999-08-26 09:21:23 +0000 |
commit | 1bcf073199d2dd2eaad02ca0d9a335e273fe3046 (patch) | |
tree | 98906df86711e39595cd6e50b1180d742dea6e4e /irc/tircproxy/files/patch-ab | |
parent | Fix install error for users who comment out USE_XLIB. (diff) |
Import of tircproxy.
This program is designed to proxy IRC connections, intercepting and
proxying both DCC CHAT and DCC SEND requests transparently to the user.
PR: 13066
Submitted by: Eugeny Kuzakov <CoreDumped@lab321.ru>
Diffstat (limited to '')
-rw-r--r-- | irc/tircproxy/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/tircproxy/files/patch-ab b/irc/tircproxy/files/patch-ab new file mode 100644 index 000000000000..5b9fcb539580 --- /dev/null +++ b/irc/tircproxy/files/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.in.orig Wed Aug 11 16:48:33 1999 ++++ Makefile.in Wed Aug 11 16:48:49 1999 +@@ -12,7 +12,7 @@ + TARGETNAME=@sbindir@/tircproxy + STRIP=@STRIP@ + +-ALL_CFLAGS=-Wall -I. -I@srcdir@ $(CFLAGS) ++ALL_CFLAGS=-Wall -I. -I@srcdir@ $(CFLAGS) -I/sys -I/usr/src/sys + + .SUFFIXES: + .SUFFIXES: .c .o |