yay no more linking workarounds (for statically linking physfs on 32 bit arch, bringing divd3 or stdc++ or gcc_s.so.1 dependencies)
--- a/hedgewars/uPhysFSLayer.pas Mon Jun 03 23:21:29 2013 +0200
+++ b/hedgewars/uPhysFSLayer.pas Mon Jun 03 23:23:46 2013 +0200
@@ -11,18 +11,8 @@
{$linklib physlayer}
{statically linking physfs brings IOKit dependency on OSX}
- {divdi3 is found in stdc++ on linux x86 and in gcc_s.1 on osx ppc32}
- {$IFDEF PHYSFS_INTERNAL}
- {$IFDEF DARWIN}
- {$linkframework IOKit}
- {$IFDEF CPU32}
- {$linklib gcc_s.1}
- {$ENDIF}
- {$ELSE}
- {$IFDEF CPU32}
- {$linklib stdc++}
- {$ENDIF}
- {$ENDIF}
+ {$IFDEF DARWIN}
+ {$linkframework IOKit}
{$ENDIF}
{$ENDIF}