default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
# gcc-4.3 hotfix
echo 'Index: common.hxx
Index: param.cxx
===================================================================
--- param.cxx	(Revision 442)
+++ param.cxx	(Arbeitskopie)
@@ -9,6 +9,7 @@
 #include <cstdlib>
 #include <cstdio>
 #include <string>
+#include <cstring>
 #include <vector>
 using namespace std;
 
Index: common.hxx
===================================================================
--- common.hxx	(Revision 442)
+++ common.hxx	(Arbeitskopie)
@@ -16,6 +16,7 @@
 #include <sched.h>
 #include <semaphore.h>
 #include <string>
+#include <cstring>
 #include <vector>
 #include <queue>
 #include <limits.h>' | patch -Np0
