From b172d89da2a909a2a20ba32e1160b0f13da51734 Mon Sep 17 00:00:00 2001 From: asami 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(-) (limited to 'editors/le') diff --git a/editors/le/Makefile b/editors/le/Makefile index e5383d4..1ab68bc 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 v1.1