The following commit has been merged in the master branch:
commit 89237707b5cb6e64a114311e39940956bfe50250
Author: Andrey Rahmatullin <[email protected]>
Date:   Sat Mar 3 18:17:06 2012 +0600

    Disable dynarec on powerpc for #661666.

diff --git a/debian/patches/disable-ppc-auto-dynarec.patch 
b/debian/patches/disable-ppc-auto-dynarec.patch
new file mode 100644
index 0000000..4270d84
--- /dev/null
+++ b/debian/patches/disable-ppc-auto-dynarec.patch
@@ -0,0 +1,21 @@
+Description: Do not enable dynarec on ppc when built with --enable-dynarec=auto
+ PowerPC dynarec code seems unsupported and not working.
+Author: Andrey Rahmatullin <[email protected]>
+Forwarded: not-needed
+Last-Update: 2012-03-03
+
+diff --git a/configure.ac b/configure.ac
+index 42de1b3..0346d30 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -175,10 +175,6 @@ if test "x$DYNARECSEL" = xauto; then
+       if expr x"$target_cpu" : 'xx86_64' > /dev/null; then
+               DYNARECSEL="x86_64"
+       fi
+-
+-      if expr x"$target_cpu" : 'xpowerpc' > /dev/null; then
+-              DYNARECSEL="ppc"
+-      fi
+ fi
+ 
+ if test "x$DYNARECSEL" = xno; then
diff --git a/debian/patches/series b/debian/patches/series
index 7e10ef9..80eca37 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix-i386-exec-stack.patch
 fix-armel-ftbfs.diff
+disable-ppc-auto-dynarec.patch

-- 
pcsxr packaging

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to