Package: spice
Version: 0.12.4-0nocelt2
Severity: wishlist
Tags: patch
User: debian-powerpc...@breakpoint.cc
Usertags: powerpcspe

Hi,

I can't find a good reason why spice shouldn't be supported on platforms
different from i386 and amd64 (and arm). Therefore, I just built it on
powerpcspe. See attached patch which disables the build barrier for unknown
arches.

Thanks in advance,

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
--- spice-0.12.4.orig/configure.ac
+++ spice-0.12.4/configure.ac
@@ -69,9 +69,8 @@ case $host_cpu in
 	variant=64
 	;;
   *)
-	AC_MSG_RESULT(no)
-	echo Only x86 and x86-64 are supported
-	exit 1
+	variant=32
+        ;;
 esac
 AC_MSG_RESULT($variant bit)
 AM_CONDITIONAL([X86_64], [test "$variant" = 64])

Reply via email to