diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-10-26 11:47:57 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-10-26 11:47:57 +0000 |
commit | 40b753b26600141e215832900f08da690f6229ab (patch) | |
tree | 379df9253ce731ff23ab832cd5dc837cdf4e8043 /editors/vim5/files/patch-02 | |
parent | - Honor WITHOUT_NLS. (diff) |
Remove expired port:
2010-10-26 editors/vim5: Outdated, superceded by editors/vim7 and has security issues
Notes
Notes:
svn path=/head/; revision=263609
Diffstat (limited to 'editors/vim5/files/patch-02')
-rw-r--r-- | editors/vim5/files/patch-02 | 16 |
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. |