[SCM] mess system emulator branch, master, updated. e59c9d52e62b173de166189bffb26f9bf31468f3

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


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

    Add build variables for s390x.

diff --git a/debian/changelog b/debian/changelog
index 98b4072..18b6980 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ mess (0.144-1) UNRELEASED; urgency=low
   * Use new section “metapackages” for transitional packages.
   * Remove references to GNU/Linux and MAME sources from the
     debian/copyright header.
+  * Add build variables for s390x.
 
  -- Jordi Mallach <jordi at debian.org>  Mon, 19 Sep 2011 11:59:21 +0200
 
diff --git a/debian/rules b/debian/rules
index 63be084..72524f1 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 \

-- 
mess system emulator



More information about the Pkg-games-commits mailing list