On Wed, May 05, 2010 at 12:41:25PM +0000, 
adiknoth-gu...@users.alioth.debian.org wrote:

> The following commit has been merged in the master branch:
> commit 9ae6dbb4cf0a061ec17a9b53ee1c6a5ba9ecd1e7
> Author: Adrian Knoth <a...@drcomp.erfurt.thur.de>
> Date:   Tue May 4 12:24:25 2010 +0200
> 
>     Fix compilation error in dbus/sigsegv.c on alpha and ia64.


> ++#if !defined(__alpha__) && !defined(__ia64__)
> +     for(i = 0; i < NGREG; i++)
> +         jack_error("reg[%02d]       = 0x" REGFORMAT, i, 
> + #if defined(__powerpc__)
> +@@ -105,6 +106,7 @@
> + #else
> +                 ucontext->uc_mcontext.gregs[i]
> + #endif
> ++#endif /* alpha, ia64 */
> +                 );

Silly bug. The endif needs to be placed after the closing brace.


Re-uploading. This ia64/alpha thing is getting ridiculous. ;)


-- 
mail: a...@thur.de      http://adi.thur.de      PGP/GPG: key via keyserver

Shakespeare fuer Alkoholiker: TWO BEER OR NOT TWO BEER

_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to