From 995aa94d7c77f6a2fb8a65dea21ec0a41f1cebb7 Mon Sep 17 00:00:00 2001 From: slava Date: Fri, 21 Jul 2006 22:32:41 +0000 Subject: [PATCH] FreeBSD build fix --- TODO.FACTOR.txt | 3 +-- vm/Config.freebsd | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/TODO.FACTOR.txt b/TODO.FACTOR.txt index 227d063448..c85b9cb8f7 100644 --- a/TODO.FACTOR.txt +++ b/TODO.FACTOR.txt @@ -3,11 +3,10 @@ - windows port from erg - why aren't some cocoa words compiled? - editor: - - delegation issue with fields and interactors - multi-line inserts - scroll to caret - only redraw visible lines - - bug after removing all lines + - clicking input doesn't resize editor gadget - word-at-a-time commands - deleting words, lines - better listener multi-line expression handling diff --git a/vm/Config.freebsd b/vm/Config.freebsd index 1a62e03d9a..689968124b 100644 --- a/vm/Config.freebsd +++ b/vm/Config.freebsd @@ -1,4 +1,4 @@ include vm/Config.unix PLAF_OBJS += vm/os-genunix.o CFLAGS += -export-dynamic -pthread -LIBS = -ldl -lm $(X11_UI_LIBS) +LIBS = -lm $(X11_UI_LIBS)