[SCM] Packaging for bsnes branch, master, updated. debian/0.088-4-5-g2ae08c2

Tobias Hansen tobias.han at gmx.de
Sun Sep 23 17:57:22 UTC 2012


The following commit has been merged in the master branch:
commit d627c64b98f563b544ba5cb6f32a1602bea94662
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Wed Sep 19 10:51:16 2012 +0200

    Revert "Add workaround for gcc bug PR c++/53821."
    
    This reverts commit 7f02b130f2fc224e7574a6d0d1451251e14ed415.

diff --git a/debian/patches/gcc-pr53821-workaround.patch b/debian/patches/gcc-pr53821-workaround.patch
deleted file mode 100644
index 0a23ba0..0000000
--- a/debian/patches/gcc-pr53821-workaround.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Work around gcc bug PR c++/53821
- This bug is present in Wheezys gcc-4.7 4.7.1-2.
- It is fixed in gcc-4.7 4.7.1-3.
-Author: Tobias Hansen <tobias.han at gmx.de>
-
---- a/bsnes/nall/sort.hpp
-+++ b/bsnes/nall/sort.hpp
-@@ -69,6 +69,7 @@
-   }
- 
-   template<typename T>
-+  inline
-   void sort(T list[], unsigned size) {
-     return sort(list, size, [](const T &l, const T &r) { return l < r; });
-   }
diff --git a/debian/patches/series b/debian/patches/series
index 2281f17..b9b315b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,4 +5,3 @@ use-dpkg-buildflags.patch
 detect-endianness.patch
 remove-march=native-build-flag.patch
 fix-purify-header-removal-and-input.patch
-gcc-pr53821-workaround.patch

-- 
Packaging for bsnes



More information about the Pkg-games-commits mailing list