1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/editors/vim6/files/patch-02
Andreas Klemm 89a8f7a5b1 vim didn't find lesstif's libXm library, since lesstif
doesn't build and install a static library libXm.a.
1997-08-23 13:43:43 +00:00

12 lines
508 B
Plaintext

--- configure.orig Sat Aug 23 15:28:24 1997
+++ configure Sat Aug 23 15:29:56 1997
@@ -1995,7 +1995,7 @@
echo "configure:1996: checking for location of Motif GUI libs" >&5
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.0.1" -o -f "$try/libXm.sl"; then
GUI_LIB_LOC=$try
if test "`(uname) 2>/dev/null`" = SunOS &&
uname -r | grep '^5' >/dev/null; then