diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-09 17:01:59 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-10-09 17:01:59 +0000 |
| commit | 35d79ba27b4d6db70ff417879978f0c2951fdf37 (patch) | |
| tree | 87b7f31edd43ed451e476160fb37b836fec47b75 /editors/vim5/files | |
| parent | Update Vim 5.7 to patchlevel 10. (diff) | |
* Remove Motif lib searching hack. Isn't needed any more.
* Use magic "GTK_CONFIG" rather than spelling out the path explicitly.
Diffstat (limited to 'editors/vim5/files')
| -rw-r--r-- | editors/vim5/files/patch-02 | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/editors/vim5/files/patch-02 b/editors/vim5/files/patch-02 index b13d649e80b7..9742f41fb674 100644 --- a/editors/vim5/files/patch-02 +++ b/editors/vim5/files/patch-02 @@ -1,6 +1,6 @@ ---- configure.orig Sun Sep 19 03:59:45 1999 -+++ configure Sun Oct 24 21:47:29 1999 -@@ -2906,11 +2906,11 @@ +--- 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" @@ -14,12 +14,3 @@ fi if test "X$GTK_CONFIG" = "X"; then # Extract the first word of "gtk-config", so it can be a program name with args. -@@ -3098,7 +3098,7 @@ - gui_libs="`echo $x_libraries|sed 's%/^/^/*$%%'` `echo "$gui_XXX" | sed s/XXX/lib/g` `echo "$GUI_INC_LOC" | sed s/include/lib/` $GUI_LIB_LOC" - GUI_LIB_LOC= - for try in $gui_libs; do -- for libtry in "$try"/libXm.a "$try"/libXm.so* "$try"/libXm.sl; do -+ for libtry in "$try"/libXm.a "$try"/libXm.so* "$try"/libXm.so.0 "$try"/libXm.so.0.1 "$try"/libXm.sl; do - if test -f "$libtry"; then - GUI_LIB_LOC=$try - fi |
