commons-daemon (1.0.2-2) powerpcspe_support.diff

Summary

 src/native/unix/support/apsupport.m4 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

Description: Add support for powerpcspe arch
Last-Update: 2010-07-28
--- a/src/native/unix/support/apsupport.m4
+++ b/src/native/unix/support/apsupport.m4
@@ -80,7 +80,7 @@
     ;;
   esac
   case $host_cpu in
-  powerpc)
+  powerpc*)
     CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\""
     HOST_CPU=$host_cpu;;
   sparc*)