diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-07-31 19:07:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-07-31 19:07:03 +0000 |
commit | b57d0cf9d4b3564eeb0cf9c7b32e9b018d68b3b9 (patch) | |
tree | 882db4a4915d10ee2c8a487c286f3d99d7325ff4 /editors/vim/files/patch-02 | |
parent | Vim version 6 (beta C). (diff) |
This needs a repository copy.
Diffstat (limited to 'editors/vim/files/patch-02')
-rw-r--r-- | editors/vim/files/patch-02 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/editors/vim/files/patch-02 b/editors/vim/files/patch-02 deleted file mode 100644 index 06b3acdaf84f..000000000000 --- a/editors/vim/files/patch-02 +++ /dev/null @@ -1,16 +0,0 @@ ---- 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_prefix/bin/gtk12-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_exec_prefix/bin/gtk12-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. |