1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/irc/bnc/files/patch-aa
Steve Price 00ec5ab0f8 Initial import of bnc version 2.4.3.
An IRC proxy daemon that supports virtual hosting.

PR:		7192
Submitted by:	Bill Fumerola <billf@firewall.chc-chimes.com>
1998-07-11 18:32:08 +00:00

12 lines
249 B
Plaintext

--- Makefile.in.old Mon Jul 6 16:56:21 1998
+++ Makefile.in Mon Jul 6 17:06:25 1998
@@ -4,7 +4,7 @@
CFLAGS = -DVERSION='"v2.4.3"' -O6
CC = gcc
-ALL: bnc
+all: bnc
bnc.o: config.h common.h bnc.c Makefile
${CC} ${CFLAGS} -c bnc.c