[SCM] jackd2/master: Fix FTBFS with clang (Closes: #757820)

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Thu Sep 18 09:18:59 UTC 2014


The following commit has been merged in the master branch:
commit ada5be646dcf41a458f974c38ea09fdd46f05dd2
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Thu Sep 18 11:16:46 2014 +0200

    Fix FTBFS with clang (Closes: #757820)

diff --git a/debian/patches/clang-ftbfs.diff b/debian/patches/clang-ftbfs.diff
new file mode 100644
index 0000000..1df4f9b
--- /dev/null
+++ b/debian/patches/clang-ftbfs.diff
@@ -0,0 +1,15 @@
+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