diff options
author | bjarni <bjarni@openttd.org> | 2005-10-06 18:28:27 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2005-10-06 18:28:27 +0000 |
commit | 2b44da199c7bb6aae62a7e6aaae7775a07d16bdd (patch) | |
tree | cc2100f641ee2903f4dcf05e68f1774eeec73708 /Makefile | |
parent | 37af5bc4756bfdf4d0c2681a6f1dfca3e919b30c (diff) | |
download | openttd-2b44da199c7bb6aae62a7e6aaae7775a07d16bdd.tar.xz |
(svn r3023) -Fix [BeOS] fixed compilation on BeOS R5 (MYOB)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |