[SCM] packaging for the mame arcade game emulator branch, master, updated. 8a3415a377d9cde47927530fa79c62692d41246b

Jordi Mallach jordi at debian.org
Sun Jul 17 22:52:31 UTC 2011


The following commit has been merged in the master branch:
commit 89d9f00d5b53db6bb7273f95a409b9ba773fb346
Author: Jordi Mallach <jordi at debian.org>
Date:   Mon Jul 18 00:49:01 2011 +0200

    Fix builds on MIPS, adding -Umips to ARCHOPTS (Emmanuel Kasper).

diff --git a/debian/changelog b/debian/changelog
index acb4050..0fd5084 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mame (0.143-2) unstable; urgency=low
+
+  * Fix builds on MIPS, adding -Umips to ARCHOPTS (Emmanuel Kasper).
+
+ -- Jordi Mallach <jordi at debian.org>  Sun, 17 Jul 2011 15:45:27 +0200
+
 mame (0.143-1) unstable; urgency=low
 
   [ Emmanuel Kasper ]
diff --git a/debian/rules b/debian/rules
index 96fa1f8..b5d7b60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,10 +79,17 @@ endif
 
 ifeq ($(DEB_HOST_ARCH),mips)
 DEB_MAME_OPTS += \
+    ARCHOPTS=-Umips \
     FORCE_DRC_C_BACKEND=1 \
     BIGENDIAN=1
 endif
 
+ifeq ($(DEB_HOST_ARCH),mipsel)
+DEB_MAME_OPTS += \
+    ARCHOPTS=-Umips \
+    FORCE_DRC_C_BACKEND=1 \
+endif
+
 ifeq ($(DEB_HOST_ARCH),powerpc)
 DEB_MAME_OPTS += \
     ARCHOPTS=-Upowerpc \

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list