1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/irc/tircproxy/files/patch-ab
Jim Mock 1bcf073199 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>
1999-08-26 09:21:23 +00:00

12 lines
294 B
Plaintext

--- 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