diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-06 21:53:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-06 21:53:56 +0000 |
commit | b9b356aa56ec4c4135087b093d62321b3d5ef704 (patch) | |
tree | 08c1b10db4c829c732cb0d9f8b0eb042508dc468 /editors/vim/files/patch-02 | |
parent | (forced commit) (diff) |
Update to Vim 6.0 Beta "L".
Notes
Notes:
svn path=/head/; revision=34857
Diffstat (limited to 'editors/vim/files/patch-02')
-rw-r--r-- | editors/vim/files/patch-02 | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/editors/vim/files/patch-02 b/editors/vim/files/patch-02 index c66db00b417c..db221f9e69ba 100644 --- a/editors/vim/files/patch-02 +++ b/editors/vim/files/patch-02 @@ -1,16 +1,8 @@ ---- auto/configure.orig Sun Sep 19 03:59:45 1999 -+++ auto/configure Sun Oct 24 21:47:29 1999 -@@ -2906,11 +2906,11 @@ - - if test "x$gtk_config_prefix" != "x" ; then - gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" -- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config -+ GTK_CONFIG=${GTK_CONFIG} - fi - if test "x$gtk_config_exec_prefix" != "x" ; then - gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" -- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config -+ GTK_CONFIG=${GTK_CONFIG} - fi - if test "X$GTK_CONFIG" = "X"; then - # Extract the first word of "gtk-config", so it can be a program name with args. +--- auto/configure.orig Tue Oct 31 13:03:47 2000 ++++ auto/configure Mon Nov 6 11:26:36 2000 +@@ -3171 +3171 @@ +- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config ++ GTK_CONFIG=${GTK_CONFIG} +@@ -3175 +3175 @@ +- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config ++ GTK_CONFIG=${GTK_CONFIG} |