[SCM] packaging for the mame arcade game emulator branch, master, updated. 9178de6c63d8533d56d03714a4eb1ab1d2742e79

Jordi Mallach jordi at debian.org
Mon Dec 12 10:48:10 UTC 2011


The following commit has been merged in the master branch:
commit 9178de6c63d8533d56d03714a4eb1ab1d2742e79
Author: Jordi Mallach <jordi at debian.org>
Date:   Mon Dec 12 11:46:30 2011 +0100

    Add build variables for s390x.

diff --git a/debian/changelog b/debian/changelog
index 22441bd..495c65d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ mame (0.144-1) UNRELEASED; urgency=low
   * Move transitional packages to the new metapackages section, and make
     them priority extra.
   * Remove references to GNU/Linux and MESS sources from copyright.
+  * Add build variables for s390x.
 
   [ Emmanuel Kasper ]
   * Add Free Desktop compliant png icons of various sizes taken from
diff --git a/debian/rules b/debian/rules
index 549d08d..af82128 100755
--- a/debian/rules
+++ b/debian/rules
@@ -104,6 +104,13 @@ DEB_MAME_OPTS += \
     BIGENDIAN=1
 endif
 
+ifeq ($(DEB_HOST_ARCH),s390x)
+DEB_MAME_OPTS += \
+    FORCE_DRC_C_BACKEND=1 \
+    PTR64=1 \
+    BIGENDIAN=1
+endif
+
 ifeq ($(DEB_HOST_ARCH),sparc)
 DEB_MAME_OPTS += \
     FORCE_DRC_C_BACKEND=1 \

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list