]> gitweb.factorcode.org Git - factor.git/commitdiff
FreeBSD build fix
authorslava <slava@factorcode.org>
Fri, 21 Jul 2006 22:32:41 +0000 (22:32 +0000)
committerslava <slava@factorcode.org>
Fri, 21 Jul 2006 22:32:41 +0000 (22:32 +0000)
TODO.FACTOR.txt
vm/Config.freebsd

index 227d063448a183238148363e75bd47cbda488298..c85b9cb8f75a0178227e65462491b24dc2fddce6 100644 (file)
@@ -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
index 1a62e03d9aaae5fb8e4282afb956b71a922418ae..689968124b062367e438927dd133b60ffed354c6 100644 (file)
@@ -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)