diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-14 00:19:56 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-14 00:19:56 +0000 |
commit | 7da1848b54944e8e1ad6a56f75fb0664fa825684 (patch) | |
tree | 18aa09bf6940ef2d1e8722762a3659984b894c91 /net/rwhois | |
parent | a14f8e1c5e7e652db0c5f52d615220382a38f8e5 (diff) | |
download | FreeBSD-ports-7da1848b54944e8e1ad6a56f75fb0664fa825684.zip FreeBSD-ports-7da1848b54944e8e1ad6a56f75fb0664fa825684.tar.gz |
Mark BROKEN for ELF.
cc -c -O -pipe -I.. -DRWHOIS_SERVER_VERSION=\"1.0B9.2\" -DAUTHORIZATION_ON -DHAVE_CONFIG_H misc.c
misc.c: In function `run_program':
misc.c:383: function `__error' is initialized like a variable
*** Error code 1
Diffstat (limited to 'net/rwhois')
-rw-r--r-- | net/rwhois/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/rwhois/Makefile b/net/rwhois/Makefile index b7abe40..6a606b9 100644 --- a/net/rwhois/Makefile +++ b/net/rwhois/Makefile @@ -3,7 +3,7 @@ # Date created: May 9th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1997/06/03 06:11:35 asami Exp $ +# $Id: Makefile,v 1.3 1998/09/17 10:53:30 asami Exp $ # DISTNAME= rwhois-1.0B9.2 @@ -15,6 +15,8 @@ MAINTAINER= jfitz@FreeBSD.ORG LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper +BROKEN_ELF= yes + HAS_CONFIGURE= YES CONFIGURE_ARGS= --prefix=${PREFIX}/lib/rwhois INSTALL_TARGET= install install-sample-data install-chroot |