From f4f705e72307fb33dfd095bf652b6cac63cb466d Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 17 Jan 2005 13:13:11 +0000 Subject: (svn r1552) Make ottd compile on Zeta --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 320a79f6d..12b468ca0 100644 --- a/Makefile +++ b/Makefile @@ -360,7 +360,10 @@ CDEFS += -DBEOS LDFLAGS += -lmidi -lbe ifdef WITH_NETWORK ifdef BEOS_NET_SERVER - CDEFS += -DBEOS_NET_SERVER + CDEFS += -DBEOS_NET_SERVER + else + # Zeta needs a few more libraries than R5 + LDFLAGS += -lbind -lsocket endif endif endif -- cgit v1.2.3-70-g09d2