summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/06-gcc_4.4_fixes.diff18
-rw-r--r--debian/patches/series1
2 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/06-gcc_4.4_fixes.diff b/debian/patches/06-gcc_4.4_fixes.diff
new file mode 100644
index 00000000..adf74301
--- /dev/null
+++ b/debian/patches/06-gcc_4.4_fixes.diff
@@ -0,0 +1,18 @@
+references:
+
+http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526152
+https://bugs.launchpad.net/bugs/371809
+
+Impact: FTBFS with gcc 4.4
+
+=== modified file 'lib/server/ServerControl.cpp'
+--- old/lib/server/ServerControl.cpp 2009-04-02 11:58:11 +0000
++++ new/lib/server/ServerControl.cpp 2009-05-05 05:38:05 +0000
+@@ -1,5 +1,6 @@
+ #include "Box.h"
+
++#include <stdio.h>
+ #include <errno.h>
+
+ #ifdef HAVE_SYS_TYPES_H
+
diff --git a/debian/patches/series b/debian/patches/series
index f52e7b08..ab768cfb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
03-adjust-syslog-facility.diff
05-dont_use_net_for_docs.diff
+06-gcc_4.4_fixes.diff