diff options
author | steve <steve@FreeBSD.org> | 1998-07-11 18:32:08 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-11 18:32:08 +0000 |
commit | 96c6490febba9187063220aaee9acdcf846db4bb (patch) | |
tree | 231d5d13732aa65c69e1dd232c0cce34f35b2f76 /irc/bnc/files | |
parent | 6e89af36072b5890f62c7844560e7c7f09ebbf5a (diff) | |
download | FreeBSD-ports-96c6490febba9187063220aaee9acdcf846db4bb.zip FreeBSD-ports-96c6490febba9187063220aaee9acdcf846db4bb.tar.gz |
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>
Diffstat (limited to 'irc/bnc/files')
-rw-r--r-- | irc/bnc/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/bnc/files/patch-aa b/irc/bnc/files/patch-aa new file mode 100644 index 0000000..69f31c9 --- /dev/null +++ b/irc/bnc/files/patch-aa @@ -0,0 +1,11 @@ +--- 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 |