Source: libsdl1.2
Version: 1.2.14-6.4
Severity: wishlist
Tags: patch

Please don't use PlayStation 3 Cell driver on ppc64,
because it needs /opt/cell/sdk/usr/include.

Regards,
-- 
Hiroyuki Yamamoto
A75D B285 7050 4BF9 AEDA  91AC 3A10 59C6 5203 04DC
diff -Nurd libsdl1.2-1.2.14.orig/debian/rules libsdl1.2-1.2.14/debian/rules
--- libsdl1.2-1.2.14.orig/debian/rules	2011-09-20 20:10:24.000000000 +0900
+++ libsdl1.2-1.2.14/debian/rules	2011-10-10 23:30:11.000000000 +0900
@@ -63,6 +63,9 @@
   confflags += --enable-video-ps3=no \
 	       --disable-altivec
 endif
+ifeq ($(DEB_HOST_ARCH_CPU),ppc64)
+  confflags += --enable-video-ps3=no
+endif
 
 configure: configure-stamp
 configure-stamp:

Reply via email to