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'
This commit is contained in:
parent
835ff19b02
commit
c15b3bdfae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13954
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user