--- a/hedgewars/SDLh.pas Fri Feb 22 06:39:16 2013 +0100
+++ b/hedgewars/SDLh.pas Fri Feb 22 09:53:09 2013 +0100
@@ -36,7 +36,8 @@
{$IFDEF UNIX}
{$IFNDEF DARWIN}
- {$linklib c}
+ {necessary for statically linking physfs (divdi3 undefined)}
+ {$linklib stdc++}
{$ENDIF}
{$IFDEF HAIKU}
{$linklib root}