Hi,

please apply the patch above from Adrian (identical with the attached one) also 
to jessie.

I run into the same bus error with a freshly installed jessie on my powerpc 
(1GHz Powerbook, G4).
Nevertheless this small patch fixes the bus error and jack is running fine now 
with jessie.

I'm really happy that this patch was already existing...

Thank you very much.

Martin

--- systemdeps.h.ORIGINAL	2014-07-19 15:34:15.000000000 +0200
+++ systemdeps.h	2015-05-15 00:29:04.945771837 +0200
@@ -120,7 +120,7 @@
 
 #endif /* __APPLE__ || __linux__ || __sun__ || sun */
 
-#if defined(__arm__)
+#if defined(__arm__) || defined(__ppc__) || defined(__powerpc__)
     #undef POST_PACKED_STRUCTURE
     #define POST_PACKED_STRUCTURE
 #endif /* __arm__ */

Reply via email to