# HG changeset patch # User truelight # Date 1123361582 0 # Node ID 480d89e53ab1473280ab02eb47b55395d72bc44b # Parent 64a87da01248a905c7e977bf3eb9b54f05b6ddb4 (svn r2823) -Fix: MorphOS doesn't have pthread either! diff -r 64a87da01248 -r 480d89e53ab1 Makefile --- a/Makefile Sat Aug 06 20:34:41 2005 +0000 +++ b/Makefile Sat Aug 06 20:53:02 2005 +0000 @@ -216,9 +216,11 @@ ifdef DEDICATED WITH_SDL:= ifndef WIN32 +ifndef MORPHOS LDFLAGS+=-lpthread endif endif +endif ##############################################################################