summaryrefslogtreecommitdiff
path: root/editors/hexedit/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/hexedit/patches/patch-aa')
-rw-r--r--editors/hexedit/patches/patch-aa38
1 files changed, 14 insertions, 24 deletions
diff --git a/editors/hexedit/patches/patch-aa b/editors/hexedit/patches/patch-aa
index 582c43f8bd0..1eae5cf631d 100644
--- a/editors/hexedit/patches/patch-aa
+++ b/editors/hexedit/patches/patch-aa
@@ -1,31 +1,21 @@
-$NetBSD: patch-aa,v 1.3 1998/09/28 10:35:56 frueauf Exp $
+$NetBSD: patch-aa,v 1.4 1999/07/06 08:00:11 jlam Exp $
---- configure.orig Thu Sep 10 17:32:03 1998
-+++ configure Tue Sep 15 14:06:07 1998
-@@ -782,14 +782,14 @@
- test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+--- configure.orig Tue Mar 9 05:07:58 1999
++++ configure Fri Jul 2 05:07:04 1999
+@@ -781,7 +781,7 @@
+ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
--echo $ac_n "checking for initscr in -lcurses""... $ac_c" 1>&6
--echo "configure:787: checking for initscr in -lcurses" >&5
-+echo $ac_n "checking for initscr in -lncurses""... $ac_c" 1>&6
-+echo "configure:787: checking for initscr in -lncurses" >&5
+-
++if false ; then # skip check for curses...we use ncurses
+ echo $ac_n "checking for initscr in -lcurses""... $ac_c" 1>&6
+ echo "configure:787: checking for initscr in -lcurses" >&5
ac_lib_var=`echo curses'_'initscr | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lcurses $LIBS"
-+LIBS="-L${libdir} -lncurses $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 795 "configure"
- #include "confdefs.h"
-@@ -817,7 +817,7 @@
+@@ -814,6 +814,7 @@
+ rm -f conftest*
+ LIBS="$ac_save_LIBS"
+
++fi
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
-- LIBS="$LIBS -lcurses"
-+ LIBS="$LIBS -lncurses"
- else
- echo "$ac_t""no" 1>&6
- echo $ac_n "checking for initscr in -lncurses""... $ac_c" 1>&6