[SCM] libsbsms/master: Fix FTBFS on *-i386: malloc et al. used undeclared

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Sat Oct 15 14:49:47 UTC 2011


The following commit has been merged in the master branch:
commit ad72f5e64b98936894d562c5a0ec2dd33d42679c
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sat Oct 15 16:42:15 2011 +0200

    Fix FTBFS on *-i386: malloc et al. used undeclared
    
    Closes: #645244

diff --git a/debian/patches/fix-ftbfs.patch b/debian/patches/fix-ftbfs.patch
new file mode 100644
index 0000000..3140851
--- /dev/null
+++ b/debian/patches/fix-ftbfs.patch
@@ -0,0 +1,14 @@
+Description: Fix FTBFS on *-i386: malloc et al. used undeclared
+Author: Benjamin Drung <bdrung at debian.org>
+Bug-Debian: http://bugs.debian.org/645244
+
+--- a/src/buffer.h
++++ b/src/buffer.h
+@@ -5,6 +5,7 @@
+ #include "sbsms.h"
+ #include "grain.h"
+ #include <list>
++#include <stdlib.h>
+ using namespace std;
+ 
+ namespace _sbsms_ {
diff --git a/debian/patches/series b/debian/patches/series
index b3e28de..efa13af 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 set-library-version.patch
+fix-ftbfs.patch

-- 
libsbsms packaging



More information about the pkg-multimedia-commits mailing list