[mame] 01/02: Actually revert all the x32 nonsense.

Jordi Mallach jordi at moszumanska.debian.org
Sat May 21 00:44:12 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 4dc8a312448d94d50d28a734aa2838755f84ab67
Author: Jordi Mallach <jordi at debian.org>
Date:   Sat May 21 02:38:41 2016 +0200

    Actually revert all the x32 nonsense.
---
 debian/changelog | 2 +-
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 25cbca7..bdc9c9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 mame (0.173-6) unstable; urgency=medium
 
   * Brown paper bag release.
-  * Fix logic in ifeq clause to fix amd64 build.
+  * Revert x32 change in -5 that broke amd64 build.
   * Substitute all uses of DEB_HOST_ARCH with DEB_BUILD_ARCH.
 
  -- Jordi Mallach <jordi at debian.org>  Thu, 19 May 2016 16:05:51 +0200
diff --git a/debian/rules b/debian/rules
index b80edc3..5a8bd04 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,7 +60,7 @@ DEB_OPTS += \
     PTR64=1
 endif
 
-ifeq (,$(filter $(DEB_BUILD_ARCH),amd64 x32))
+ifeq ($(DEB_BUILD_ARCH),amd64)
 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