aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim6/files/patch-02
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-07-31 19:28:41 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-07-31 19:28:41 +0000
commit7c1067091e15f418dee851fce4dc48a3bf45fbe3 (patch)
treee53284cc7fde17348fc218aabb1540ae992a7e94 /editors/vim6/files/patch-02
parented9505e0ad5c73de8e28d69a6b8223a011a47a7b (diff)
Add this back -- it was a repository copy. ;)
Pointy hat to: asami
Diffstat (limited to 'editors/vim6/files/patch-02')
-rw-r--r--editors/vim6/files/patch-0216
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/vim6/files/patch-02 b/editors/vim6/files/patch-02
new file mode 100644
index 000000000000..06b3acdaf84f
--- /dev/null
+++ b/editors/vim6/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.