summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-01-27 10:42:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-01-27 10:42:21 +0000
commitef970a0167292cf184e007ca3ef2c63893734341 (patch)
treedaa05eecd6abaed4ac65c28cab6774339b1bba0a /editors/vim
parentUpgrade to version 2.08 (diff)
Add libXm.so.0.1 to search list of possible Motif libraries [for Lesstif?]
Requested by: Andreas Klemm <andreas@klemm.gtn.com>
Notes
Notes: svn path=/head/; revision=9479
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/files/patch-0211
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/vim/files/patch-02 b/editors/vim/files/patch-02
new file mode 100644
index 000000000000..9bbbd708d835
--- /dev/null
+++ b/editors/vim/files/patch-02
@@ -0,0 +1,11 @@
+--- configure.orig Tue Jan 20 12:15:36 1998
++++ configure Tue Jan 27 02:39:35 1998
+@@ -2273,7 +2273,7 @@
+ gui_libs="`echo $x_libraries|sed 's%/^/^/*$%%'` `echo "$GUI_INC_LOC" | sed s/include/lib/` /local/Motif*/lib /local/lib/Motif* /usr/local/Motif*/lib /usr/local/lib/Motif* /usr/Motif*/lib /usr/lib/Motif* /usr/local/lib /usr/local/X11*/lib /usr/lib /usr/X11*/lib /usr/lib/X11* /usr/dt/lib $MOTIFHOME/lib $GUI_LIB_LOC"
+ GUI_LIB_LOC=
+ for try in $gui_libs; do
+- if test -f "$try/libXm.a" -o -f "$try/libXm.so" -o -f "$try/libXm.sl"; then
++ if test -f "$try/libXm.a" -o -f "$try/libXm.so" -o -f "$try/libXm.so.0" -o -f "$try/libXm.so.0.1" -o -f "$try/libXm.sl"; then
+ GUI_LIB_LOC=$try
+ fi
+ done