diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 04:06:31 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-14 04:06:31 +0000 |
commit | 46ff2cbe24b7b320529f86c3d3f266a492cfb25b (patch) | |
tree | 1e5f0f38ed7c4066eb90d46904bc3266304ecc8e /news | |
parent | ce69717876381d459846245bda1b5845998c5f35 (diff) |
Mark BROKEN for ELF:
Linking tin v1.4...
cc -o ./tin ./active.o ./art.o ./attrib.o ./auth.o ./charset.o ./color.o ./config.o ./curses.o ./debug.o ./envarg.o ./feed.o ./filter.o ./getline.o ./group.o ./hashstr.o ./header.o ./help.o ./inews.o ./init.o ./joinpath.o ./lang.o ./list.o ./mail.o ./main.o ./memory.o ./misc.o ./newsrc.o ./nntplib.o ./nrctbl.o ./open.o ./page.o ./parsdate.o ./pgp.o ./post.o ./prompt.o ./read.o ./refs.o ./regex.o ./rfc1521.o ./rfc1522.o ./save.o ./screen.o ./search.o ./select.o ./sigfile.o ./signal.o ./strftime.o ./string.o ./tcurses.o ./thread.o ./wildmat.o ./xref.o ../pcre/libpcre.a -lmytinfo ../pcre/libpcre.a
cc: ../pcre/libpcre.a: No such file or directory
cc: ../pcre/libpcre.a: No such file or directory
*** Error code 1
Notes
Notes:
svn path=/head/; revision=13994
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index a6933930e984..39eeea3e553b 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -4,7 +4,7 @@ # Date created: 25 July 1996 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.61 1998/08/04 00:10:12 obrien Exp $ +# $Id: Makefile,v 1.62 1998/08/18 09:34:56 obrien Exp $ # DISTNAME= tinpre-1.4-980818 @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ache@FreeBSD.org +BROKEN_ELF= yes + WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//} GNU_CONFIGURE= yes |