diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-14 03:46:56 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-14 03:46:56 +0000 |
commit | e0300951037f54a27f6c79a949b25f2765f13a55 (patch) | |
tree | 462ede9bcda64bce697e3ac46ed6864055e0a99a | |
parent | 29d007ddad424f8051bc2b7ec2b96532ef26231b (diff) | |
download | FreeBSD-ports-e0300951037f54a27f6c79a949b25f2765f13a55.zip FreeBSD-ports-e0300951037f54a27f6c79a949b25f2765f13a55.tar.gz |
Mark BROKEN for ELF:
gcc -O2 -DHAS_TTYCOM -D_REQUIRED -c -fPIC -o rxfn.o rxfn.c
In file included from rxfn.c:28:
const.h:385: field `__error' declared as a function
rxfn.c: In function `rxseterr':
rxfn.c:1078: parse error before `('
rxfn.c:1079: parse error before `('
-rw-r--r-- | lang/rexx-imc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile index 5b283d2..e6890e5 100644 --- a/lang/rexx-imc/Makefile +++ b/lang/rexx-imc/Makefile @@ -3,7 +3,7 @@ # Date created: Septermber 21 96 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.3 1997/07/17 15:12:49 max Exp $ +# $Id: Makefile,v 1.4 1998/05/03 18:03:23 steve Exp $ # DISTNAME= rexx-imc-1.6d @@ -12,6 +12,8 @@ MASTER_SITES= http://www.comlab.ox.ac.uk/oucl/users/ian.collier/distribution/ MAINTAINER= jfitz@FreeBSD.ORG +BROKEN_ELF= yes + NO_WRKSUBDIR= YES pre-build: |