[SCM] mediatomb/master: Fix a FTBFS when using gcc-4.6. (Closes: #624921)

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Sun Mar 4 04:52:08 UTC 2012


The following commit has been merged in the master branch:
commit 3ddd169a68a277ce65c10310405144e3a461ca5a
Author: Miguel Colon <debian.micove at gmail.com>
Date:   Sat Mar 3 19:06:29 2012 -0500

    Fix a FTBFS when using gcc-4.6. (Closes: #624921)

diff --git a/debian/patches/gcc_4.6_support.patch b/debian/patches/gcc_4.6_support.patch
new file mode 100644
index 0000000..6e5d0da
--- /dev/null
+++ b/debian/patches/gcc_4.6_support.patch
@@ -0,0 +1,17 @@
+Description: Fix a FTBFS when using gcc-4.6
+Origin: other, http://pkgs.fedoraproject.org/gitweb/?p=mediatomb.git;a=commitdiff;h=ff59631d
+Bug-Debian: http://bugs.debian.org/624921
+Forwarded: http://sourceforge.net/tracker/?func=detail&aid=3173314&group_id=129766&atid=715782
+Last-Update: 2012-03-03
+
+diff -up ./src/zmm/object.h.buildfix ./src/zmm/object.h
+--- ./src/zmm/object.h.buildfix	2011-02-08 21:16:48.504638003 -0500
++++ ./src/zmm/object.h	2011-02-08 21:17:55.876638630 -0500
+@@ -32,6 +32,7 @@
+ #ifndef __ZMM_OBJECT_H__
+ #define __ZMM_OBJECT_H__
+ 
++#include "stddef.h" //for size_t
+ #include <new> // for size_t
+ #include "atomic.h"
+ 
diff --git a/debian/patches/series b/debian/patches/series
index de3dc9e..e8216ae 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ config_xml_comment.patch
 const_char_conversion.patch
 autoreconf_-fi.patch
 libav_0.7_support.patch
+gcc_4.6_support.patch

-- 
MediaTomb packaging



More information about the pkg-multimedia-commits mailing list