mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
Add libXm.so.0.1 to search list of possible Motif libraries [for Lesstif?]
Requested by: Andreas Klemm <andreas@klemm.gtn.com>
This commit is contained in:
parent
27258875b0
commit
ef970a0167
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9479
11
editors/vim/files/patch-02
Normal file
11
editors/vim/files/patch-02
Normal file
@ -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
|
11
editors/vim5/files/patch-02
Normal file
11
editors/vim5/files/patch-02
Normal file
@ -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
|
11
editors/vim6/files/patch-02
Normal file
11
editors/vim6/files/patch-02
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user