mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
1bcf073199
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>
12 lines
294 B
Plaintext
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
|