diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 23:04:41 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 23:04:41 +0000 |
commit | c15b3bdfae6f83c54a3ee15b8a0f1832ab145131 (patch) | |
tree | aa36b9856b0bc3eeae8042ae1fe0bd22a0e9c039 /ftp/moxftp | |
parent | Mark BROKEN for ELF: (diff) |
Mark BROKEN for ELF:
cc -O -I. -DAPP_RES=\"/usr/X11R6/lib/X11/app-defaults/Mftp\" -DNET_RC=\"/usr/X11R6/lib/X11/app-defaults/example.netrc\" -DRETSIGTYPE=void -DMOTIF -I/usr/X11R6/include -DHAVE_UNISTD_H=1 -D_NO_PROTO -c List.c
List.c: In function `ListFocusIn':
List.c:406: warning: passing arg 1 of `_XmPrimitiveFocusIn' from incompatible pointer type
List.c:406: too few arguments to function `_XmPrimitiveFocusIn'
List.c: In function `ListFocusOut':
List.c:421: warning: passing arg 1 of `_XmPrimitiveFocusOut' from incompatible pointer type
List.c:421: too few arguments to function `_XmPrimitiveFocusOut'
Notes
Notes:
svn path=/head/; revision=13954
Diffstat (limited to 'ftp/moxftp')
-rw-r--r-- | ftp/moxftp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ftp/moxftp/Makefile b/ftp/moxftp/Makefile index 49dfa846831a..26d95d828e52 100644 --- a/ftp/moxftp/Makefile +++ b/ftp/moxftp/Makefile @@ -3,7 +3,7 @@ # Date created: 19 December 1994 # Whom: janek # -# $Id: Makefile,v 1.18 1998/08/19 04:16:15 hoek Exp $ +# $Id: Makefile,v 1.19 1998/09/21 01:35:32 steve Exp $ # DISTNAME= moxftp-2.2 @@ -13,6 +13,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.ORG +BROKEN_ELF= yes + HAS_CONFIGURE= yes USE_X_PREFIX= yes MAN1= ${PROGRAM_NAME}.1 |