summaryrefslogtreecommitdiff
path: root/ftp/moxftp/files/patch-ad
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-12-12 01:48:39 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-12-12 01:48:39 +0000
commitf85bd8fcdca1b33cfe7b48c78b16822b73957d74 (patch)
tree117c9d52a8b4a4265ee059eb1f145e1566917480 /ftp/moxftp/files/patch-ad
parentBackout previous commit by flathill. (diff)
Unbreak for ELF.
Notes
Notes: svn path=/head/; revision=15293
Diffstat (limited to 'ftp/moxftp/files/patch-ad')
-rw-r--r--ftp/moxftp/files/patch-ad13
1 files changed, 11 insertions, 2 deletions
diff --git a/ftp/moxftp/files/patch-ad b/ftp/moxftp/files/patch-ad
index c020d41e857a..e11778ea031d 100644
--- a/ftp/moxftp/files/patch-ad
+++ b/ftp/moxftp/files/patch-ad
@@ -1,5 +1,5 @@
---- configure.orig Mon Mar 21 15:43:36 1994
-+++ configure Fri Oct 11 13:14:59 1996
+--- 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"
@@ -18,3 +18,12 @@
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