[SCM] beast/master: Finalize 500-gcc47.patch

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon May 21 15:26:49 UTC 2012


The following commit has been merged in the master branch:
commit dc52eac674c9bcf62c588c97a4545b5dbeabda94
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon May 21 17:26:11 2012 +0200

    Finalize 500-gcc47.patch

diff --git a/debian/patches/500-gcc47.patch b/debian/patches/500-gcc47.patch
index c2609db..e6a2f4a 100644
--- a/debian/patches/500-gcc47.patch
+++ b/debian/patches/500-gcc47.patch
@@ -5,7 +5,8 @@ Forwarded: no
 ---
  birnet/birnetutils.cc   |    1 +
  birnet/tests/threads.cc |    1 +
- 2 files changed, 2 insertions(+)
+ sfi/sfidl-parser.hh     |    2 +-
+ 3 files changed, 3 insertions(+), 1 deletion(-)
 
 --- beast.orig/birnet/birnetutils.cc
 +++ beast/birnet/birnetutils.cc
@@ -27,3 +28,14 @@ Forwarded: no
  
  namespace {
  using namespace Birnet;
+--- beast.orig/sfi/sfidl-parser.hh
++++ beast/sfi/sfidl-parser.hh
+@@ -31,7 +31,7 @@ private:
+ 
+ public:
+   const Value& get(const Key& k) const {
+-    typename std::map<Key,Value>::const_iterator i = find(k);
++    typename std::map<Key,Value>::const_iterator i = this->find(k);
+     if (i != this->end())
+       return i->second;
+     else

-- 
beast packaging



More information about the pkg-multimedia-commits mailing list