--- Singular/mod_raw.cc.orig 2003-08-08 00:08:28.000000000 +0200 +++ Singular/mod_raw.cc 2003-08-08 00:09:44.000000000 +0200 @@ -84,7 +84,7 @@ /***************************************************************************** * SECTION ix86-linux / alpha-linux / IA64-linux * *****************************************************************************/ -#if defined(ix86_Linux) || defined(DecAlpha_Linux) || defined(ix86_Linux_libc5) || defined(IA64_Linux) +#if defined(ix86_Linux) || defined(DecAlpha_Linux) || defined(ix86_Linux_libc5) || defined(IA64_Linux) || defined(ppc_Linux) #include static void* kernel_handle = NULL;