diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:47:41 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:47:41 +0000 |
commit | 3707e5b7408ecadb0bda141dd82ec9bbca5d0267 (patch) | |
tree | f1d64a9e396a97d08c7dc5b7eed24efc11a3fa10 /editors/vim/files | |
parent | 99290b0d61db9bcb3c960f5507a8ccb0126a0cf9 (diff) | |
download | ports-3707e5b7408ecadb0bda141dd82ec9bbca5d0267.tar.gz ports-3707e5b7408ecadb0bda141dd82ec9bbca5d0267.zip |
Notes
Diffstat (limited to 'editors/vim/files')
-rw-r--r-- | editors/vim/files/patch-02 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim/files/patch-02 b/editors/vim/files/patch-02 index 06b3acdaf84f..c66db00b417c 100644 --- a/editors/vim/files/patch-02 +++ b/editors/vim/files/patch-02 @@ -5,12 +5,12 @@ 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 ++ 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_exec_prefix/bin/gtk12-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. |