unbreak linking pending some fix or other by koda. this is the same thing video recording still does.
--- a/hedgewars/uPhysFSLayer.pas Wed Nov 28 10:57:07 2012 -0500
+++ b/hedgewars/uPhysFSLayer.pas Thu Nov 29 14:47:36 2012 -0500
@@ -15,6 +15,7 @@
{$IFDEF WIN32}
PhysfsLibName = 'libphysfs';
{$ELSE}
+ {$LINKLIB ../bin/libphysfs.a}
PhysfsLibName = 'physfs';
{$ENDIF}