[SCM] jackd2/master: Drop clang FTBFS patch - included upstream

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Tue Aug 25 15:25:33 UTC 2015


The following commit has been merged in the master branch:
commit 667498d4737cd1fc2258a542a9e5cabe475b3811
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Tue Aug 25 16:00:28 2015 +0200

    Drop clang FTBFS patch - included upstream

diff --git a/debian/patches/clang-ftbfs.diff b/debian/patches/clang-ftbfs.diff
deleted file mode 100644
index 1df4f9b..0000000
--- a/debian/patches/clang-ftbfs.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-From: Arthur Marble <arthur at info9.net>
-Bugs-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757820
-Forwarded: Yes, drop with next upstream import
-Description: Fix FTBFS with clang
---- a/common/memops.c
-+++ b/common/memops.c
-@@ -198,7 +198,7 @@ static inline __m128i float_24_sse(__m12
-  */
- static unsigned int seed = 22222;
- 
--inline unsigned int fast_rand() {
-+static inline unsigned int fast_rand() {
- 	seed = (seed * 96314165) + 907633515;
- 	return seed;
- }

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list