mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
718 B
Plaintext
12 lines
718 B
Plaintext
--- configure.orig Thu Mar 11 07:11:42 1999
|
|
+++ configure Mon Mar 22 10:45:57 1999
|
|
@@ -3100,7 +3100,7 @@
|
|
gui_libs="`echo $x_libraries|sed 's%/^/^/*$%%'` /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 `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
|