[SCM] Debian packaging for jack-audio-connection-kit branch, master, updated. debian/1.9.5.dfsg-3-8-g416c970

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Sun May 2 22:18:11 UTC 2010


The following commit has been merged in the master branch:
commit 416c970c35a5b4e00e0b2b68a3d719e45635c1bd
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Sun May 2 23:58:22 2010 +0200

    Use existing atomic operations on powerpc.

diff --git a/debian/patches/atomic b/debian/patches/atomic
index 939f467..5863134 100644
--- a/debian/patches/atomic
+++ b/debian/patches/atomic
@@ -1,7 +1,13 @@
 --- a/linux/JackAtomic_os.h
 +++ b/linux/JackAtomic_os.h
-@@ -71,9 +71,9 @@
+@@ -67,16 +67,17 @@
+     return ret;
+ }
+ 
+-#else
++#endif
  
++#if !defined(__i386__) && !defined(__x86_64__)  && !defined(__PPC__)
  #warning using builtin gcc (version > 4.1) atomic
  
 -static inline char CAS(volatile uint32_t value, uint32_t newvalue, volatile int32_t* addr)
@@ -10,5 +16,9 @@
 -    return __sync_bool_compare_and_swap (addr, value, newvalue);
 +    return __sync_bool_compare_and_swap (&addr, value, newvalue);
  }
+-
+ #endif
  
++
  #endif
+ 

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list