[mame] 02/02: Define PTR64 and BIGENDIAN for sparc64.

Jordi Mallach jordi at moszumanska.debian.org
Thu May 12 22:45:13 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 a0dfc50459fa1f254768d4e3f45aed6b0f03e3bc
Author: Jordi Mallach <jordi at debian.org>
Date:   Fri May 13 00:31:16 2016 +0200

    Define PTR64 and BIGENDIAN for sparc64.
---
 debian/changelog | 1 +
 debian/rules     | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 86b1b86..b309015 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ mame (0.173-2) UNRELEASED; urgency=medium
 
   * Add ftbfs_v60_m_fetch_xor.patch: cherrypick from git to fix a compile
     error on several Debian architectures.
+  * Define PTR64 and BIGENDIAN for sparc64.
 
  -- Jordi Mallach <jordi at debian.org>  Fri, 13 May 2016 00:15:16 +0200
 
diff --git a/debian/rules b/debian/rules
index 7286163..31dcd75 100755
--- a/debian/rules
+++ b/debian/rules
@@ -110,6 +110,12 @@ DEB_OPTS += \
     BIGENDIAN=1
 endif
 
+ifeq ($(DEB_HOST_ARCH),sparc64)
+DEB_OPTS += \
+    PTR64=1 \
+    BIGENDIAN=1
+endif
+
 # kFreeBSD architectures
 ifeq ($(DEB_HOST_ARCH),kfreebsd-amd64)
 DEB_OPTS += \

-- 
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