This is an automated email from the git hooks/post-receive script. jordi pushed a commit to branch master in repository mame.
commit 73785157781f4169e8d59a738b37df0deed46e59 Author: Jordi Mallach <[email protected]> Date: Mon May 16 11:50:49 2016 +0200 Fix syntax error in arch_ppc_fixes.patch. --- debian/changelog | 6 ++++++ debian/patches/arch_ppc_fixes.patch | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7c52f21..7559d4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mame (0.173-5) UNRELEASED; urgency=medium + + * Fix syntax error in arch_ppc_fixes.patch. Fixes ppc64el build. + + -- Jordi Mallach <[email protected]> Mon, 16 May 2016 11:49:00 +0200 + mame (0.173-4) unstable; urgency=medium * Define arch bits for alpha, ppc64 and mips64el. diff --git a/debian/patches/arch_ppc_fixes.patch b/debian/patches/arch_ppc_fixes.patch index 5109cff..3f946a4 100644 --- a/debian/patches/arch_ppc_fixes.patch +++ b/debian/patches/arch_ppc_fixes.patch @@ -18,7 +18,7 @@ index f5829c1..95a7d45 100644 inline rgbaint_t(INT32 a, INT32 r, INT32 g, INT32 b) { set(a, r, g, b); } inline rgbaint_t(rgb_t& rgb) { set(rgb); } - inline rgbaint_t(VECS32 rgba): VECS8(0), VECU8(0), VECS16(0), VECU16(0), VECS32(0), VECU32(0) { m_value = rgba; } -+ inline rgbaint_t(VECS32 rgba) m_value(rgba) { } ++ inline rgbaint_t(VECS32 rgba) : m_value(rgba) { } inline void set(rgbaint_t& other) { m_value = other.m_value; } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mame.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

