summaryrefslogtreecommitdiff
path: root/net/bmon/patches
diff options
context:
space:
mode:
Diffstat (limited to 'net/bmon/patches')
-rw-r--r--net/bmon/patches/patch-aa38
1 files changed, 38 insertions, 0 deletions
diff --git a/net/bmon/patches/patch-aa b/net/bmon/patches/patch-aa
new file mode 100644
index 00000000000..3cdf3859a6c
--- /dev/null
+++ b/net/bmon/patches/patch-aa
@@ -0,0 +1,38 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/11/07 18:49:13 minskim Exp $
+
+--- configure.orig 2004-11-03 15:45:34.000000000 +0800
++++ configure
+@@ -4359,13 +4359,13 @@ fi
+ fi
+
+
+-echo "$as_me:$LINENO: checking for redrawwin in -lncurses" >&5
+-echo $ECHO_N "checking for redrawwin in -lncurses... $ECHO_C" >&6
++echo "$as_me:$LINENO: checking for redrawwin in ${LIBCURSES}" >&5
++echo $ECHO_N "checking for redrawwin in ${LIBCURSES}... $ECHO_C" >&6
+ if test "${ac_cv_lib_ncurses_redrawwin+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lncurses $LIBS"
++LIBS="$LIBCURSES $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -4432,13 +4432,13 @@ _ACEOF
+
+ fi
+
+-echo "$as_me:$LINENO: checking for use_default_colors in -lncurses" >&5
+-echo $ECHO_N "checking for use_default_colors in -lncurses... $ECHO_C" >&6
++echo "$as_me:$LINENO: checking for use_default_colors in ${LIBCURSES}" >&5
++echo $ECHO_N "checking for use_default_colors in ${LIBCURSES}... $ECHO_C" >&6
+ if test "${ac_cv_lib_ncurses_use_default_colors+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lncurses $LIBS"
++LIBS="$LIBCURSES $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF