summaryrefslogtreecommitdiff
path: root/ftp/moxftp/files/patch-ad
blob: e11778ea031d5c40b389587feb6dec5f2de41331 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- configure.orig	Mon Mar 21 16:43:36 1994
+++ configure	Fri Dec 11 20:36:18 1998
@@ -165,7 +165,7 @@
     ANAME=Mftp
     TYPE="-DMOTIF"
     TLNAME=Xmp
-    TKLIB="-lXm"
+    TKLIB="\${MOTIFLIB}"
 fi
 
 if test "${TK}" = "xaw3d"; then
@@ -321,7 +321,7 @@
   cd conftestdir
   cat > Imakefile <<EOF
 acfindx:
-	@echo "x_includes=$(INCROOT); x_libraries=$(USRLIBDIR)"
+	@echo "x_includes=\$(INCROOT); x_libraries=\$(USRLIBDIR)"
 EOF
   if xmkmf >/dev/null 2>/dev/null && test -f Makefile; then
     eval `make acfindx`
@@ -830,7 +830,7 @@
 # Do we have the Xmu library.
 #
 if test -f "${x_libraries}/libXmu.a"; then
-    LIBSX="$LIBSX -lXmu"
+    LIBSX="$LIBSX -lXmu -lSM -lICE"
 else
     if test "x${HP_X11}" != "x" &&
        test -f "${x_libraries}/${HP_X11}/libXmu.a" ; then