diff options
author | tron <tron@openttd.org> | 2005-01-17 13:13:11 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-01-17 13:13:11 +0000 |
commit | f4f705e72307fb33dfd095bf652b6cac63cb466d (patch) | |
tree | 4c8968faf3e014cea3a841b8330f6f201c3240cf /Makefile | |
parent | 1847b994612ea04967540ad227d173b827ca6301 (diff) | |
download | openttd-f4f705e72307fb33dfd095bf652b6cac63cb466d.tar.xz |
(svn r1552) Make ottd compile on Zeta
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |