From 488db23ed85c4a5fd0ed27833cbd9e05be3a5c94 Mon Sep 17 00:00:00 2001 From: bjarni Date: Thu, 6 Oct 2005 18:28:27 +0000 Subject: (svn r3023) -Fix [BeOS] fixed compilation on BeOS R5 (MYOB) --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 13b019212..23ea10094 100644 --- a/Makefile +++ b/Makefile @@ -380,12 +380,13 @@ endif 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 -- cgit v1.2.3-54-g00ecf