[SCM] pcsxr packaging branch, master, updated. debian/1.9.92-3-3-g8923770

Andrey Rahmatullin wrar at wrar.name
Sat Mar 3 12:19:12 UTC 2012


The following commit has been merged in the master branch:
commit 89237707b5cb6e64a114311e39940956bfe50250
Author: Andrey Rahmatullin <wrar at wrar.name>
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 <wrar at wrar.name>
+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



More information about the Pkg-games-commits mailing list