summaryrefslogtreecommitdiff
path: root/misc/mc/files/patch-aa
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-02-13 09:09:53 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-02-13 09:09:53 +0000
commit26b2ddb99bec9d3a1a691b5652dd27dee5889d66 (patch)
tree26e962b2ed0a469baf34d17f4200ce6817bbb55c /misc/mc/files/patch-aa
parentUpdate to v2.8007.458b (diff)
Enable the internal editor, through using libslang. Compile with
WITH_SLANG=yes.
Notes
Notes: svn path=/head/; revision=25741
Diffstat (limited to 'misc/mc/files/patch-aa')
-rw-r--r--misc/mc/files/patch-aa58
1 files changed, 48 insertions, 10 deletions
diff --git a/misc/mc/files/patch-aa b/misc/mc/files/patch-aa
index bb31617df7e1..23448d9ce38b 100644
--- a/misc/mc/files/patch-aa
+++ b/misc/mc/files/patch-aa
@@ -1,6 +1,6 @@
---- configure.orig Sun Apr 11 04:38:29 1999
-+++ configure Sun May 9 15:58:08 1999
-@@ -3267,15 +3267,15 @@
+--- configure.orig Mon Dec 6 15:49:54 1999
++++ configure Wed Jan 5 23:31:22 2000
+@@ -3383,15 +3383,15 @@
fi
@@ -20,7 +20,25 @@
fi
if test "$XGETTEXT" != ":"; then
-@@ -10524,13 +10524,13 @@
+@@ -10049,7 +10049,7 @@
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+ ac_save_LIBS="$LIBS"
+-LIBS="-lslang $LIBS"
++LIBS="-lslang -ltermcap $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 10055 "configure"
+ #include "confdefs.h"
+@@ -10290,7 +10290,7 @@
+ #define HAVE_SYSTEM_SLANG 1
+ EOF
+
+- LSLANG="-lslang"
++ LSLANG="-lslang -ltermcap"
+ screen_manager="SLang (system-installed library)"
+ echo "$ac_t""Using system installed SLang library" 1>&6
+ rm -f slang/slang.h
+@@ -10736,13 +10736,13 @@
if $search_ncurses
then
@@ -39,7 +57,7 @@
cat >> confdefs.h <<\EOF
#define HAS_CURSES 1
EOF
-@@ -10546,13 +10546,13 @@
+@@ -10758,13 +10758,13 @@
if $search_ncurses
then
@@ -58,7 +76,7 @@
cat >> confdefs.h <<\EOF
#define HAS_CURSES 1
EOF
-@@ -10568,13 +10568,13 @@
+@@ -10780,13 +10780,13 @@
if $search_ncurses
then
@@ -77,7 +95,7 @@
cat >> confdefs.h <<\EOF
#define HAS_CURSES 1
EOF
-@@ -10590,13 +10590,13 @@
+@@ -10802,13 +10802,13 @@
if $search_ncurses
then
@@ -96,7 +114,7 @@
cat >> confdefs.h <<\EOF
#define HAS_CURSES 1
EOF
-@@ -10655,6 +10655,8 @@
+@@ -10867,6 +10867,8 @@
fi
fi
@@ -105,7 +123,16 @@
if $search_ncurses
then
-@@ -11465,7 +11467,7 @@
+@@ -11071,7 +11073,7 @@
+ #define HAVE_SYSTEM_SLANG 1
+ EOF
+
+- LSLANG="-lslang"
++ LSLANG="-lslang -ltermcap"
+ screen_manager="SLang (system-installed library)"
+ echo "$ac_t""Using system installed SLang library" 1>&6
+ rm -f slang/slang.h
+@@ -11688,7 +11690,7 @@
vfs/extfs/ftplist vfs/extfs/uzip vfs/extfs/uzoo vfs/extfs/lslR vfs/extfs/ulha
vfs/extfs/uha vfs/extfs/ucpio vfs/extfs/deb vfs/extfs/urar vfs/extfs/uar
@@ -114,7 +141,7 @@
intl/Makefile po/Makefile.in
config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
-@@ -11684,7 +11686,7 @@
+@@ -11932,7 +11934,7 @@
vfs/extfs/ftplist vfs/extfs/uzip vfs/extfs/uzoo vfs/extfs/lslR vfs/extfs/ulha
vfs/extfs/uha vfs/extfs/ucpio vfs/extfs/deb vfs/extfs/urar vfs/extfs/uar
@@ -123,3 +150,14 @@
intl/Makefile po/Makefile.in
"}
+@@ -12237,10 +12239,6 @@
+ *) # Relative path.
+ ac_sub_cache_file="$ac_dots$cache_file" ;;
+ esac
+- case "$ac_given_INSTALL" in
+- [/$]*) INSTALL="$ac_given_INSTALL" ;;
+- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+- esac
+
+ echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
+ # The eval makes quoting arguments work.