summaryrefslogtreecommitdiff
path: root/ftp
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
parentBackout previous commit by flathill. (diff)
Unbreak for ELF.
Notes
Notes: svn path=/head/; revision=15293
Diffstat (limited to 'ftp')
-rw-r--r--ftp/moxftp/Makefile6
-rw-r--r--ftp/moxftp/files/patch-ad13
2 files changed, 12 insertions, 7 deletions
diff --git a/ftp/moxftp/Makefile b/ftp/moxftp/Makefile
index 26d95d828e52..b027595cd14c 100644
--- a/ftp/moxftp/Makefile
+++ b/ftp/moxftp/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 December 1994
# Whom: janek
#
-# $Id: Makefile,v 1.19 1998/09/21 01:35:32 steve Exp $
+# $Id: Makefile,v 1.20 1998/10/13 23:04:41 jseger Exp $
#
DISTNAME= moxftp-2.2
@@ -13,8 +13,6 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.ORG
-BROKEN_ELF= yes
-
HAS_CONFIGURE= yes
USE_X_PREFIX= yes
MAN1= ${PROGRAM_NAME}.1
@@ -37,8 +35,6 @@ PROGRAM_NAME=xftp
RESOURCE_NAME=Xftp
.endif
-#LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d
-
post-install:
@strip ${PREFIX}/bin/${PROGRAM_NAME}
@${INSTALL_MAN} ${WRKSRC}/${PROGRAM_NAME}.man ${PREFIX}/man/man1/${PROGRAM_NAME}.1
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