[SCM] drumgizmo/master: Drop 0002-mips-atomic.patch as it upstreamed

viccuad-guest at users.alioth.debian.org viccuad-guest at users.alioth.debian.org
Sat Jan 28 21:19:00 UTC 2017


The following commit has been merged in the master branch:
commit f38fe52b02244bcc985b51868ef5ba70d0e1ebcc
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Sat Jan 28 22:13:18 2017 +0100

    Drop 0002-mips-atomic.patch as it upstreamed

diff --git a/debian/patches/0002-mips-atomic.patch b/debian/patches/0002-mips-atomic.patch
deleted file mode 100644
index 8c73a90..0000000
--- a/debian/patches/0002-mips-atomic.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-Description: Remove libatomic test check and always link against it
- On 32-bit MIPS (and possibly other) systems, 64-bit atomics are not
- available but 32-bit atomics are. This defeats the test in configure.ac
- which only checks if 'int' can be used with atomics.
- Take out the libatomic check from configure.ac and just link against
- libatomic always.
-Author: Víctor Cuadrado <me at viccuad.me>
-Bug-Debian: https://bugs.debian.org/843136
-Date: Tue, 8 Nov 2016 23:04:31 +0100
----
- configure.ac | 17 +----------------
- 1 file changed, 1 insertion(+), 16 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 1bb840d..54ed45b 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -470,22 +470,7 @@ AC_HAVE_LIBRARY([rt],[],[])
- dnl ======================
- dnl Check for the atomic library
- dnl ======================
--AC_MSG_CHECKING([for the need for linkage with libatomic])
--AC_LANG_PUSH([C++])
--AC_LINK_IFELSE([AC_LANG_SOURCE[
--      #include <atomic>
--      int main() {
--        struct Test { int val; };
--        std::atomic<Test> s;
--        return s.is_lock_free()?1:0;
--      }
--    ]],
--    [AC_MSG_RESULT([no])],
--    [AC_MSG_RESULT([yes])
--	   AC_HAVE_LIBRARY([atomic],[],[])
--    ]
--)
--AC_LANG_POP([C++])
-+AC_HAVE_LIBRARY([atomic],[],[])
- 
- dnl ======================
- dnl Check for the pthread library
diff --git a/debian/patches/series b/debian/patches/series
index 77af650..b2d0316 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 0001-alsa-kFreeBSD.patch
-0002-mips-atomic.patch

-- 
drumgizmo packaging



More information about the pkg-multimedia-commits mailing list