diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-27 00:05:53 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-27 00:05:53 +0000 |
commit | 00fb45415d988df9d9a3ab816b2553401d9dbbf7 (patch) | |
tree | 1ba2bda578aee8a05c68277bb11adf3a5dd4014c /chinese/tin | |
parent | Broken for ELF: does not build ELF libs. (diff) |
Broken: does not build.
Linking tin v1.4...
cc -o ./tin ./active.o ./art.o ./attrib.o ./auth.o ./charset.o
...
dmat.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
Stop.
Diffstat (limited to 'chinese/tin')
-rw-r--r-- | chinese/tin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chinese/tin/Makefile b/chinese/tin/Makefile index 99ce5bcac525..be228f3462e4 100644 --- a/chinese/tin/Makefile +++ b/chinese/tin/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Dec 1997 # Whom: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw> # -# $Id: Makefile,v 1.13 1998/08/06 12:21:53 vanilla Exp $ +# $Id: Makefile,v 1.14 1998/09/01 15:49:45 vanilla Exp $ # DISTNAME= tinpre-1.4-980818 @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= yssu@CCCA.NCTU.edu.tw +BROKEN= build + WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//} GNU_CONFIGURE= yes |