The following commit has been merged in the master branch:
commit fe2adcacbbba8a9ecdd76262fdf927e4dc153da6
Author: Jordi Mallach <[email protected]>
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 <[email protected]> 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
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits