diff options
author | Wade Berrier <wberrier@gmail.com> | 2008-10-06 19:18:11 +0000 |
---|---|---|
committer | Wade Berrier <wberrier@gmail.com> | 2008-10-06 19:18:11 +0000 |
commit | 6afbfedbb4407945a98c3ef5fd02790bea040832 (patch) | |
tree | ef5c1246237c0c0c148cff63eed647c534eedf04 /package/editors/vim/configure.patch | |
parent | af9710538ec1ece4819415341d303fb55c837331 (diff) | |
download | buildroot-novena-6afbfedbb4407945a98c3ef5fd02790bea040832.tar.gz buildroot-novena-6afbfedbb4407945a98c3ef5fd02790bea040832.zip |
vim:
-Apply patches from list
(http://buildroot.uclibc.org/lists/buildroot/2008-July/009846.html
http://buildroot.uclibc.org/lists/buildroot/2008-August/010104.html)
-add more vim patches
-Switch to http vs ftp since ftp is slow
-Fix configure.patch to apply cleanly after patch update
Diffstat (limited to 'package/editors/vim/configure.patch')
-rw-r--r-- | package/editors/vim/configure.patch | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/package/editors/vim/configure.patch b/package/editors/vim/configure.patch index b4ddca42f..0cfc7f368 100644 --- a/package/editors/vim/configure.patch +++ b/package/editors/vim/configure.patch @@ -4427,51 +4427,6 @@ diff -ur vim71-original/src/auto/configure vim71/src/auto/configure case `uname` in OS/390) OS390Unix="yes"; if test "$CC" = "cc"; then -@@ -3601,30 +4143,30 @@ - exit 1 - fi - CFLAGS="$CFLAGS -D_ALL_SOURCE"; LDFLAGS="$LDFLAGS -Wl,EDIT=NO" -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -+ { echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6; } - ;; - *) OS390Unix="no"; -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - ;; - esac - fi - - - --echo "$as_me:$LINENO: checking --with-features argument" >&5 --echo $ECHO_N "checking --with-features argument... $ECHO_C" >&6 -+{ echo "$as_me:$LINENO: checking --with-features argument" >&5 -+echo $ECHO_N "checking --with-features argument... $ECHO_C" >&6; } - --# Check whether --with-features or --without-features was given. -+# Check whether --with-features was given. - if test "${with_features+set}" = set; then -- withval="$with_features" -- features="$withval"; echo "$as_me:$LINENO: result: $features" >&5 --echo "${ECHO_T}$features" >&6 --else -- features="normal"; echo "$as_me:$LINENO: result: Defaulting to normal" >&5 --echo "${ECHO_T}Defaulting to normal" >&6 --fi; -+ withval=$with_features; features="$withval"; { echo "$as_me:$LINENO: result: $features" >&5 -+echo "${ECHO_T}$features" >&6; } -+else -+ features="normal"; { echo "$as_me:$LINENO: result: Defaulting to normal" >&5 -+echo "${ECHO_T}Defaulting to normal" >&6; } -+fi -+ - - dovimdiff="" - dogvimdiff="" @@ -3652,109 +4194,109 @@ _ACEOF dovimdiff="installvimdiff"; |