mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Unbreak for ELF.
This commit is contained in:
parent
f23aa52387
commit
f85bd8fcdc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15293
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user