summaryrefslogtreecommitdiff
path: root/editors/vim/files/patch-02
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-07-31 19:04:26 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-07-31 19:04:26 +0000
commitbf1ff67962e6790d4a9dc6da73bfed77644d09aa (patch)
treecb8ccb186d4c3b9e3d030e0085f05aca7b29f817 /editors/vim/files/patch-02
parentFix typo. (diff)
Vim version 6 (beta C).
Notes
Notes: svn path=/head/; revision=31176
Diffstat (limited to 'editors/vim/files/patch-02')
-rw-r--r--editors/vim/files/patch-0216
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/vim/files/patch-02 b/editors/vim/files/patch-02
new file mode 100644
index 000000000000..06b3acdaf84f
--- /dev/null
+++ b/editors/vim/files/patch-02
@@ -0,0 +1,16 @@
+--- 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.