diff options
author | jseger <jseger@FreeBSD.org> | 1998-12-12 01:48:39 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-12-12 01:48:39 +0000 |
commit | 7c4ce54a8301f6b969d37cd4777b42added89570 (patch) | |
tree | e85bc0c1c1e8e1a52f5a6af7d82d3e64244bc926 /ftp | |
parent | 41026536043fcb8e911608f35b95fe7a40ddfeb8 (diff) | |
download | FreeBSD-ports-7c4ce54a8301f6b969d37cd4777b42added89570.zip FreeBSD-ports-7c4ce54a8301f6b969d37cd4777b42added89570.tar.gz |
Unbreak for ELF.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/moxftp/Makefile | 6 | ||||
-rw-r--r-- | ftp/moxftp/files/patch-ad | 13 |
2 files changed, 12 insertions, 7 deletions
diff --git a/ftp/moxftp/Makefile b/ftp/moxftp/Makefile index 26d95d8..b027595 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 c020d41..e11778e 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 |