diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-14 07:04:41 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-14 07:04:41 +0800 |
commit | 7c68c518b1250248919071a373d7e0c1ed798cb8 (patch) | |
tree | 06bc70411c8144db4d9e2a8c8132004411aa5027 /ftp | |
parent | 4208db1ea0d327131cae0053fb80e0436f8f2602 (diff) | |
download | freebsd-ports-gnome-7c68c518b1250248919071a373d7e0c1ed798cb8.tar.gz freebsd-ports-gnome-7c68c518b1250248919071a373d7e0c1ed798cb8.tar.zst freebsd-ports-gnome-7c68c518b1250248919071a373d7e0c1ed798cb8.zip |
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'
Diffstat (limited to 'ftp')
-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 |