summaryrefslogtreecommitdiff
path: root/editors/vim/files/patch-02
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /editors/vim/files/patch-02
parentCatch up with Wnn6-lib update. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Notes
Notes: svn path=/head/; revision=33029 svn path=/tags/RELEASE_4_1_1/; revision=33030; tag=release/4.1.1
Diffstat (limited to 'editors/vim/files/patch-02')
-rw-r--r--editors/vim/files/patch-0216
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.