This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch armhf_test in repository mupen64plus-video-rice.
commit 8178f56a7a5da79692f5454f941a8d678c0a8707 Author: Sven Eckelmann <[email protected]> Date: Mon Dec 3 10:30:28 2012 +0100 Fix build on x86 with SSE inline assembler --- debian/changelog | 7 +++++++ debian/patches/ftbfs_x86_sse.patch | 25 +++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 33 insertions(+) diff --git a/debian/changelog b/debian/changelog index d0fb4fb..7a35483 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mupen64plus-video-rice (1.99.5+6+6f95516f85f0-2) UNRELEASED; urgency=low + + * debian/patches: + - Add ftbfs_x86_sse.patch, Fix build on x86 with SSE inline assembler + + -- Sven Eckelmann <[email protected]> Mon, 03 Dec 2012 10:29:26 +0100 + mupen64plus-video-rice (1.99.5+6+6f95516f85f0-1) experimental; urgency=low * New Upstream Snapshot from 6f95516f85f06098cf13e3b5851be3d9315749ff diff --git a/debian/patches/ftbfs_x86_sse.patch b/debian/patches/ftbfs_x86_sse.patch new file mode 100644 index 0000000..ea3dc24 --- /dev/null +++ b/debian/patches/ftbfs_x86_sse.patch @@ -0,0 +1,25 @@ +Description: Fix build on x86 with SSE inline assembler +Author: Sven Eckelmann <[email protected]> + +--- +diff --git a/projects/unix/Makefile b/projects/unix/Makefile +index 3bbe88651031f513d38b33aa121277e36d6c353e..a30b251d200ff205c6959a5856f1335b304590fa 100644 +--- a/projects/unix/Makefile ++++ b/projects/unix/Makefile +@@ -112,13 +112,15 @@ ifeq ("$(CPU)","NONE") + $(error CPU type "$(HOST_CPU)" not supported. Please file bug report at 'http://code.google.com/p/mupen64plus/issues') + endif + ++ ++ + # base CFLAGS, LDLIBS, and LDFLAGS + OPTFLAGS ?= -O3 + CFLAGS += $(OPTFLAGS) -Wall -ffast-math -fno-strict-aliasing -fvisibility=hidden -I../../src + CXXFLAGS += -fvisibility-inlines-hidden + LDFLAGS += $(SHARED) + +-ifeq ($(CPU), "X86") ++ifeq ($(CPU), X86) + CFLAGS += -msse + endif + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..245c787 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +ftbfs_x86_sse.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-rice.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

