diff -r 74c42595f8e8 -r 0fe349de34c7 Makefile --- a/Makefile Thu Oct 06 17:57:18 2005 +0000 +++ b/Makefile Thu Oct 06 18:28:27 2005 +0000 @@ -380,12 +380,13 @@ ifdef BEOS CDEFS += -DBEOS -LDFLAGS += -lmidi -lbe +LDFLAGS += -lmidi -lbe -lpthread ifdef WITH_NETWORK ifdef BEOS_NET_SERVER CDEFS += -DBEOS_NET_SERVER + LDFLAGS += -lnet else - # Zeta needs a few more libraries than R5 + # BONE needs a few more libraries than R5 LDFLAGS += -lbind -lsocket endif endif