[SCM] packaging for the mame arcade game emulator branch, master, updated. 16ce619f80cc067d0536c49823766eb5ec4e1ea2

Jordi Mallach jordi at debian.org
Fri Apr 22 14:26:25 UTC 2011


The following commit has been merged in the master branch:
commit d3cfcddc0066945f6b93cf8a9607c310555b1a80
Author: Jordi Mallach <jordi at debian.org>
Date:   Fri Apr 22 13:33:39 2011 +0200

    Add fix_powerpc_build.patch: Fix an incorrectly declared ifdef that made bigendian builds fail.

diff --git a/debian/changelog b/debian/changelog
index bacfb45..b2adb6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 mame (0.141-3) UNRELEASED; urgency=low
 
+  [ Emmanuel Kasper ]
   * Add make variables to build on GNU/kFreeBSD
 
- -- Emmanuel Kasper <emmanuel at libera.cc>  Wed, 06 Apr 2011 18:52:56 +0200
+  [ Jordi Mallach ]
+  * Add fix_powerpc_build.patch: Fix an incorrectly declared ifdef that
+    made bigendian builds fail.
+
+ -- Jordi Mallach <jordi at debian.org>  Fri, 22 Apr 2011 13:32:48 +0200
 
 mame (0.141-2) experimental; urgency=low
 
diff --git a/debian/patches/fix_powerpc_build.patch b/debian/patches/fix_powerpc_build.patch
new file mode 100644
index 0000000..1a7a59b
--- /dev/null
+++ b/debian/patches/fix_powerpc_build.patch
@@ -0,0 +1,19 @@
+From: Jordi Mallach <jordi at debian.org>
+Description: Fix linux/ppc build
+ The Linux PowerPC build of the SDL target failed to build due to a badly
+ declared ifdef.
+Forwarded: no
+
+Index: mame-0.141/src/mame/video/n64.h
+===================================================================
+--- mame-0.141.orig/src/mame/video/n64.h	2011-04-22 12:56:00.950598302 +0200
++++ mame-0.141/src/mame/video/n64.h	2011-04-22 12:56:16.858598308 +0200
+@@ -40,7 +40,7 @@
+ #define FORMAT_IA				3
+ #define FORMAT_I				4
+ 
+-#if LSB_FIRST
++#ifdef LSB_FIRST
+ #define BYTE_XOR_DWORD_SWAP 7
+ #define WORD_XOR_DWORD_SWAP 3
+ #else
diff --git a/debian/patches/series b/debian/patches/series
index 9559f15..45d6b18 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-help-file.patch
+fix_powerpc_build.patch

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list