[SCM] dvbcut/master: Fix FTBFS with gcc-4.4

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Wed Feb 23 11:42:11 UTC 2011


The following commit has been merged in the master branch:
commit 115d8e471161571ffc189f5789495233224ffba9
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Wed Feb 23 09:51:24 2011 +0100

    Fix FTBFS with gcc-4.4

diff --git a/debian/patches/fix-ftbfs-gcc4.4.patch b/debian/patches/fix-ftbfs-gcc4.4.patch
new file mode 100644
index 0000000..4f3d6f3
--- /dev/null
+++ b/debian/patches/fix-ftbfs-gcc4.4.patch
@@ -0,0 +1,11 @@
+--- a/src/buffer.cpp
++++ b/src/buffer.cpp
+@@ -26,7 +26,7 @@
+ #include <unistd.h>
+ #include <cstring>
+ #include <cstdlib>
+-// #include <cstdio>
++#include <cstdio>
+ #include <stdint.h>
+ #include <cassert>
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..562de92
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-ftbfs-gcc4.4.patch

-- 
dvbcut packaging



More information about the pkg-multimedia-commits mailing list