From 4019b070f6746eb2a0556fd6ac002eb6dce8ec70 Mon Sep 17 00:00:00 2001 From: Jean-Yves Lefort Date: Fri, 27 Jan 2006 06:09:27 +0000 Subject: Add ircd-ratbox. This is a port of the ircd-ratbox IRC daemon. ircd-ratbox is the primary ircd used on EFnet; it combines the stability of an ircd required for a large production network together with a rich set of features, making it also suitable for use on smaller networks. WWW: http://www.ircd-ratbox.org/ PR: ports/92404 Submitted by: Shaun Amott --- irc/ircd-ratbox-devel/files/patch-Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 irc/ircd-ratbox-devel/files/patch-Makefile.in (limited to 'irc/ircd-ratbox-devel/files/patch-Makefile.in') diff --git a/irc/ircd-ratbox-devel/files/patch-Makefile.in b/irc/ircd-ratbox-devel/files/patch-Makefile.in new file mode 100644 index 000000000000..199c2bf72f8e --- /dev/null +++ b/irc/ircd-ratbox-devel/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Fri Dec 10 21:28:20 2004 ++++ Makefile.in Mon Jan 23 17:10:28 2006 +@@ -46,7 +46,7 @@ + # the system one. + #CFLAGS= -DNDEBUG -g -O2 -D"FD_SETSIZE=1024" + SHELL=/bin/sh +-SUBDIRS=modules adns src tools servlink doc help ++SUBDIRS=modules adns src tools servlink doc help contrib + CLEANDIRS = ${SUBDIRS} contrib + RSA_FILES=rsa_respond/README rsa_respond/respond.c rsa_respond/Makefile + -- cgit v1.2.3