53 lines
2.5 KiB
Plaintext
53 lines
2.5 KiB
Plaintext
$OpenBSD: patch-configure,v 1.6 2009/03/24 22:05:07 naddy Exp $
|
|
--- configure.orig Mon Jan 8 07:24:22 2001
|
|
+++ configure Tue Mar 24 22:44:23 2009
|
|
@@ -11968,7 +11968,7 @@ echo "$as_me:11967: result: $ac_cv_working_tr" >&5
|
|
echo "${ECHO_T}$ac_cv_working_tr" >&6
|
|
if test x"$ac_cv_working_tr" = x"yes"; then
|
|
CFLAGS="`echo "$CFLAGS" | tr ' ' '\n' | sort | uniq | tr '\n' ' '`"
|
|
- LIBS="`echo "$LIBS" | tr ' ' '\n' | sort | uniq | tr '\n' ' ' | sed -e 's/-rdynamic//g'`"
|
|
+ #LIBS="`echo "$LIBS" | tr ' ' '\n' | sort | uniq | tr '\n' ' ' | sed -e 's/-rdynamic//g'`"
|
|
else
|
|
LIBS="`echo "$LIBS" | sed -e 's/-rdynamic//g'`"
|
|
fi
|
|
@@ -12004,11 +12004,11 @@ if test -n "$CYGWIN" -o -n "$EMXOS2" -o -n "$MINGWIN32
|
|
mandir="\$(IRCLIB)"
|
|
else
|
|
INSTALL_IRC="\${bindir}/\$(_VERSION_)\$(EXEEXT)"
|
|
- IRCLIB="\${libdir}/bx"
|
|
+ IRCLIB="\${datadir}/bitchx"
|
|
IRCPATH="\$(DEFAULT_CTOOLZ_DIR):\$(DEFAULT_CTOOLZ_DIR)/plugins:.:\$(PLUGINDIR):\$(INSTALL_SCRIPT):\$(IRCLIB)"
|
|
TRANSLATION_PATH="\$(IRCLIB)/translation"
|
|
HELPDIR="\$(IRCLIB)/help"
|
|
- INSTALL_WSERV="\$(IRCLIB)/wserv\$(EXEEXT)"
|
|
+ INSTALL_WSERV="\${libexecdir}/wserv-bitchx\$(EXEEXT)"
|
|
INSTALL_SCRBX="\${bindir}/scr-bx\$(EXEEXT)"
|
|
INSTALL_SCRIPT="\$(IRCLIB)/script"
|
|
INSTALL_HELP_CMD="cp -pfr bitchx-docs/* \$(HELPDIR)"
|
|
@@ -12984,25 +12984,3 @@ chmod +x $CONFIG_STATUS
|
|
ac_clean_files=$ac_clean_files_save
|
|
|
|
test "$no_create" = yes || $SHELL $CONFIG_STATUS || { (exit 1); exit; }
|
|
-
|
|
-echo
|
|
-echo BitchX \(c\) 1996-2001 Colten Edwards
|
|
-echo ----------------------------------------------------------
|
|
-echo
|
|
-echo \*\*\* IMPORTANT\! PLEASE READ THE FOLLOWING\: \*\*\*
|
|
-echo
|
|
-echo We are trying to gather statistics on the number of BitchX users. In the source
|
|
-echo directory is the file \"cl.c\". This file contains a function that will send a
|
|
-echo single UDP packet to BitchX.com. The ONLY information that packet contains is
|
|
-echo the user\'s BitchX version and OS. This function does NOT interfere with the
|
|
-echo client in any way, and does NOT receive any information back.
|
|
-echo
|
|
-echo We are interested in this information for statistical purposes and to improve
|
|
-echo support for various operating systems. YOU ARE NOT REQUIRED TO CONTRIBUTE TO
|
|
-echo THIS EFFORT. If you would like to disable this function, remove the line
|
|
-echo \"\#define WANT_NOTIFY_BITCHX_COM ON\" from the file \"include/config.h\".
|
|
-echo
|
|
-echo The configuration script has finished. You should look through
|
|
-echo \"include/config.h\" and make any changes you would like to make.
|
|
-echo
|
|
-echo Now type \"$MAKE\" to compile BitchX.
|