summaryrefslogtreecommitdiff
path: root/editors/vim5/files/patch-02
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim5/files/patch-02')
-rw-r--r--editors/vim5/files/patch-0216
1 files changed, 0 insertions, 16 deletions
diff --git a/editors/vim5/files/patch-02 b/editors/vim5/files/patch-02
deleted file mode 100644
index 9742f41fb674..000000000000
--- a/editors/vim5/files/patch-02
+++ /dev/null
@@ -1,16 +0,0 @@
---- configure.orig Wed Jun 7 05:05:11 2000
-+++ configure Mon Oct 9 09:57:00 2000
-@@ -2841,11 +2841,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.