FreeBSD build fix

slava 2006-07-21 22:32:41 +00:00
parent 208b548909
commit 995aa94d7c
2 changed files with 2 additions and 3 deletions

View File

@ -3,11 +3,10 @@
- windows port from erg - windows port from erg
- why aren't some cocoa words compiled? - why aren't some cocoa words compiled?
- editor: - editor:
- delegation issue with fields and interactors
- multi-line inserts - multi-line inserts
- scroll to caret - scroll to caret
- only redraw visible lines - only redraw visible lines
- bug after removing all lines - clicking input doesn't resize editor gadget
- word-at-a-time commands - word-at-a-time commands
- deleting words, lines - deleting words, lines
- better listener multi-line expression handling - better listener multi-line expression handling

View File

@ -1,4 +1,4 @@
include vm/Config.unix include vm/Config.unix
PLAF_OBJS += vm/os-genunix.o PLAF_OBJS += vm/os-genunix.o
CFLAGS += -export-dynamic -pthread CFLAGS += -export-dynamic -pthread
LIBS = -ldl -lm $(X11_UI_LIBS) LIBS = -lm $(X11_UI_LIBS)