[mame] 02/03: Try to fix x32 by defining PTR64 as in amd64.

Jordi Mallach jordi at moszumanska.debian.org
Wed May 18 22:31:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

jordi pushed a commit to branch master
in repository mame.

commit 60b3d7af513780a260dffbedd9e0fea4bd3654f4
Author: Jordi Mallach <jordi at debian.org>
Date:   Mon May 16 11:53:43 2016 +0200

    Try to fix x32 by defining PTR64 as in amd64.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7559d4d..8389dab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 mame (0.173-5) UNRELEASED; urgency=medium
 
   * Fix syntax error in arch_ppc_fixes.patch. Fixes ppc64el build.
+  * Try to fix x32 by defining PTR64 as in amd64.
 
  -- Jordi Mallach <jordi at debian.org>  Mon, 16 May 2016 11:49:00 +0200
 
diff --git a/debian/rules b/debian/rules
index 2be2194..eeecf2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,7 +60,7 @@ DEB_OPTS += \
     PTR64=1
 endif
 
-ifeq ($(DEB_HOST_ARCH),amd64)
+ifeq ($(DEB_HOST_ARCH),amd64 x32)
 DEB_OPTS += \
     FORCE_DRC_C_BACKEND= \
     PTR64=1 \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mame.git



More information about the Pkg-games-commits mailing list