[SCM] jackd2 packaging branch, master, updated. debian/1.9.5.dfsg-13-27-g322d1d4

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Thu Jun 17 23:31:43 UTC 2010


The following commit has been merged in the master branch:
commit 322d1d4993c874562f575c7b510a205ac7462b31
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Fri Jun 18 01:31:06 2010 +0200

    Fix FTBFS on sparc64 (Closes: #586257)

diff --git a/debian/patches/alpha_ia64-sigsegv b/debian/patches/alpha_ia64-sigsegv
index 9b78a13..1273d99 100644
--- a/debian/patches/alpha_ia64-sigsegv
+++ b/debian/patches/alpha_ia64-sigsegv
@@ -1,6 +1,6 @@
 --- a/dbus/sigsegv.c
 +++ b/dbus/sigsegv.c
-@@ -98,6 +98,7 @@
+@@ -98,14 +98,18 @@
      jack_error("info.si_errno = %d", info->si_errno);
      jack_error("info.si_code  = %d (%s)", info->si_code, si_codes[info->si_code]);
      jack_error("info.si_addr  = %p", info->si_addr);
@@ -8,7 +8,10 @@
      for(i = 0; i < NGREG; i++)
          jack_error("reg[%02d]       = 0x" REGFORMAT, i, 
  #if defined(__powerpc__)
-@@ -106,6 +107,7 @@
+                 ucontext->uc_mcontext.uc_regs[i]
++#elif defined(__sparc__) && defined(__arch64__)
++                ucontext->uc_mcontext.mc_gregs[i]
+ #else
                  ucontext->uc_mcontext.gregs[i]
  #endif
                  );

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list