summaryrefslogtreecommitdiff
path: root/chat/bnc/patches
diff options
context:
space:
mode:
authorwiz <wiz>2001-03-06 18:39:51 +0000
committerwiz <wiz>2001-03-06 18:39:51 +0000
commit3aba32f6582c643f34cf863934323dcc1386a1b2 (patch)
tree6826804d89cb1c85f52574dda8a54ba0d6769c1f /chat/bnc/patches
parentea3c98280bfb15da98c33aadbd56e77e92314f45 (diff)
downloadpkgsrc-3aba32f6582c643f34cf863934323dcc1386a1b2.tar.gz
Initial import of bnc, a simple IRC relay proxy.
Based on the package submitted by Tomasz Luchowski in pkg/11850.
Diffstat (limited to 'chat/bnc/patches')
-rw-r--r--chat/bnc/patches/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/chat/bnc/patches/patch-aa b/chat/bnc/patches/patch-aa
new file mode 100644
index 00000000000..85fe9e4c425
--- /dev/null
+++ b/chat/bnc/patches/patch-aa
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/03/06 18:39:51 wiz Exp $
+
+--- Makefile.in.orig Wed Mar 15 09:57:57 2000
++++ Makefile.in
+@@ -1,12 +1,10 @@
+ OBJS = bnc.o conf.o server.o cmds.o mtype.o
+ LIBS = @LIBS@
+-OPTS = -O3
+ COPT = -DVERSION='"v2.8.2"' -Wall
+ OOPT =
+ STRIP = strip
+-CC = gcc
+
+-ALL: bnc mkpasswd
++all: bnc mkpasswd
+ @echo "*** Done compiling required files"
+ @echo "Please read the README file included"
+