diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-02-09 20:15:46 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-02-09 20:15:46 +0000 |
commit | 10d26e8e5df631b046f7a92d6335c86dcfb7bb3b (patch) | |
tree | 374f3c95746ba66dcf79ef13f935dcc53869653c /misc/mc/files/patch-aa | |
parent | glade2 no longer depends on libgnomeprintui. Update it accordingly. (diff) |
Update to 4.6.0
Some of new features and improvements are:
- fish (extrnal file system via ssh)
- smbfs
- internal editor works correctly if mc is built without slang
(is built using plain ncurses)
Notes
Notes:
svn path=/head/; revision=75207
Diffstat (limited to 'misc/mc/files/patch-aa')
-rw-r--r-- | misc/mc/files/patch-aa | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/misc/mc/files/patch-aa b/misc/mc/files/patch-aa deleted file mode 100644 index 6b2a244e8f08..000000000000 --- a/misc/mc/files/patch-aa +++ /dev/null @@ -1,65 +0,0 @@ ---- configure.orig Fri Aug 24 15:05:06 2001 -+++ configure Mon Aug 26 22:26:15 2002 -@@ -2552,6 +2552,8 @@ - echo "$as_me:2552: result: no" >&5 - echo "${ECHO_T}no" >&6 - fi -+CPPLAGS="$save_CPPFLAGS" -+CFLAGS="$CFLAGS -I${LOCALBASE}/include" - rm -f conftest* - - echo "$as_me:2557: checking for minix/config.h" >&5 -@@ -11904,7 +11906,7 @@ - if test $use_vfs = yes - then - LIBVFS="libvfs-mc.a" -- LVFS="-lvfs-mc" -+ LVFS="../vfs/libvfs-mc.a" - MCCPPFLAGS="$MCCPPFLAGS -I\$(vfsdir)" - echo "$as_me:11909: result: Using the VFS switch code" >&5 - echo "${ECHO_T}Using the VFS switch code" >&6 -@@ -12971,7 +12973,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lslang $LIBS" -+LIBS="-lslang -ltermcap $LIBS" - cat >conftest.$ac_ext <<_ACEOF - #line 12976 "configure" - #include "confdefs.h" -@@ -13251,7 +13253,7 @@ - #define HAVE_SYSTEM_SLANG 1 - EOF - -- LSLANG="-lslang" -+ LSLANG="-lslang -ltermcap" - screen_manager="SLang (system-installed library)" - echo "$as_me:13256: result: Using system installed SLang library" >&5 - echo "${ECHO_T}Using system installed SLang library" >&6 -@@ -13489,7 +13491,7 @@ - - LIBEDIT_A="libedit.a" - MCEDIT="mcedit" -- LEDIT="-ledit" -+ LEDIT="../edit/libedit.a" - EDIT_msg="yes" - echo "$as_me:13494: result: will call internal editor" >&5 - echo "${ECHO_T}will call internal editor" >&6 -@@ -13505,7 +13507,7 @@ - - LIBEDIT_A="libedit.a" - MCEDIT="mcedit" -- LEDIT="-ledit" -+ LEDIT="../edit/libedit.a" - EDIT_msg="yes" - echo "$as_me:13510: result: will call internal editor" >&5 - echo "${ECHO_T}will call internal editor" >&6 -@@ -14223,7 +14225,7 @@ - #define HAVE_SYSTEM_SLANG 1 - EOF - -- LSLANG="-lslang" -+ LSLANG="-lslang -ltermcap" - screen_manager="SLang (system-installed library)" - echo "$as_me:14228: result: Using system installed SLang library" >&5 - echo "${ECHO_T}Using system installed SLang library" >&6 |