[SCM] packaging for the mame arcade game emulator branch, master, updated. 39a45ceb47190209b0e5d0249d639cb03dc91e13

Jordi Mallach jordi at debian.org
Thu May 12 14:29:40 UTC 2011


The following commit has been merged in the master branch:
commit 39a45ceb47190209b0e5d0249d639cb03dc91e13
Author: Jordi Mallach <jordi at debian.org>
Date:   Thu May 12 16:28:48 2011 +0200

    Add variables in an attempt to fix s390 builds.

diff --git a/debian/changelog b/debian/changelog
index 77d61cb..7980006 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-mame (0.142-2) unstable; urgency=low
+mame (0.142-2) UNRELEASED; urgency=low
 
   * Restrict Architectures to those known to not fail due to memory
     alignment issues: amd64, i386, kfreebsd-amd64, kfreebsd-i386, powerpc,
     s390.
+  * Add variables in an attempt to fix s390 builds.
 
- -- Jordi Mallach <jordi at debian.org>  Thu, 12 May 2011 11:15:41 +0200
+ -- Jordi Mallach <jordi at debian.org>  Thu, 12 May 2011 16:27:42 +0200
 
 mame (0.142-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 58e3663..e850954 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,6 +70,12 @@ DEB_MAME_OPTS += \
     BIGENDIAN=1
 endif
 
+ifeq ($(DEB_HOST_ARCH),s390)
+DEB_MAME_OPTS += \
+    FORCE_DRC_C_BACKEND=1 \
+    BIGENDIAN=1
+endif
+
 # kFreeBSD architectures
 ifeq ($(DEB_HOST_ARCH),kfreebsd-amd64)
 DEB_MAME_OPTS += \

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list