From 4c82c2495206c4e80ff2a7de8052108ce7b26480 Mon Sep 17 00:00:00 2001
From: Satoshi Asami <asami@FreeBSD.org>
Date: Sat, 25 Jul 1998 11:56:15 +0000
Subject: c++ -g -O2 -Wall  -o le  about.o block.o calc.o chset.o cmd.o color.o
 edit.o  editcalc.o ehelp.o ext.o file.o format.o frames.o getch.o getstr.o 
 help.o history.o kern.o keymap.o keymapdf.o keymapfn.o loadsave.o  mainmenu.o
 menu.o menu1.o options.o pipe.o rus.o screen.o search.o  signals.o tables.o
 textpoin.o user.o window.o highli.o clipbrd.o  keynames.o mouse.o
 ../lib/liblib.a -lncurses -lm keymap.o: Undefined symbol `_tigetstr'
 referenced (use -lmytinfo ?) ld: Spurious undefined symbols: # undefined
 symbols 1, reported 0 *** Error code 1

Stop.
---
 editors/le/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/editors/le/Makefile b/editors/le/Makefile
index e5383d4d3a3c..1ab68bc377c1 100644
--- a/editors/le/Makefile
+++ b/editors/le/Makefile
@@ -3,7 +3,7 @@
 # Date created:				16 October 1997
 # Whom:					Andrey Zakhvatov
 #
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/03/16 14:08:18 tg Exp $
 #
 
 DISTNAME=	le-1.4.2
@@ -12,6 +12,8 @@ MASTER_SITES=	ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
 
 MAINTAINER=	andy@icc.surw.chel.su
 
+BROKEN=		build
+
 GNU_CONFIGURE=	yes
 MAN1=		le.1
 
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0