freebsd-ports/irc/ircd-rusnet/files/patch-configure
Pav Lucistnik f45a93b433 Special version of IRC server for RusNet IRC Network.
In addition to base features of ircd 2.9.10 it supports
russian charsets translation (koi8-r,cp1251,translit, etc..)
and also some RusNet protocol extensions.

PR:		ports/80061
Submitted by:	SeaD <sead@mail.ru>
2005-04-20 16:22:40 +00:00

25 lines
695 B
Text

--- configure.orig Fri Jun 6 18:57:25 2003
+++ configure Sat Mar 19 02:05:18 2005
@@ -18,11 +18,8 @@
then
support/configure $*
else
- echo "retrieving the system name, type and OS release..."
- rev=`support/config.guess`
- if test "${rev}" # test for no output
- then
- echo " your system seems to be ${rev}."
+ rev="build"
+ echo "working directory: ${rev}"
if test ! -d "${rev}"
then
echo "creating directory ${rev}..."
@@ -53,8 +50,4 @@
IT IS IMPERATIVE THAT YOU SHOULD READ INSTALL-RUSNET.TXT BEFORE
RUNNING THE SERVER."
fi
- else
- echo Failed to determine your host type, giving up.
- echo Perhaps you should specify it manually.
- fi
fi