[SCM] toonloop/master: Take patch from Ubuntu to fix FTBFS on sparc:

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Feb 16 21:30:51 UTC 2012


The following commit has been merged in the master branch:
commit c4f7934b36a23044773db25864846f21d8b18dea
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Feb 16 22:29:59 2012 +0100

    Take patch from Ubuntu to fix FTBFS on sparc:
    
    - Don't define both BIG_ENDIAN and LITTLE_ENDIAN.
    
    Closes: #660151

diff --git a/debian/patches/0005-remove_endian_define.patch b/debian/patches/0005-remove_endian_define.patch
new file mode 100644
index 0000000..542a56f
--- /dev/null
+++ b/debian/patches/0005-remove_endian_define.patch
@@ -0,0 +1,19 @@
+Description: Both BIG_ENDIAN and LITTLE_ENDIAN were defined and caused FTBFS
+ on sparc.
+From: http://bugs.debian.org/660151
+Forwarded: no
+---
+ configure.ac |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- toonloop.orig/configure.ac
++++ toonloop/configure.ac
+@@ -47,7 +47,7 @@ AC_LINK_IFELSE(
+         [AC_SUBST(STK_LIBS," -lstk -lrtmidi -lrt -lm")],
+         [AC_MSG_ERROR([libstk is not installed: alsa])])
+ LIBS=$SAVED_LIBS # restore them
+-AC_SUBST(STK_CXXFLAGS, "-D__LINUX_ALSA__ -D__UNIX_JACK__ -D__LITTLE_ENDIAN__")
++AC_SUBST(STK_CXXFLAGS, "-D__LINUX_ALSA__ -D__UNIX_JACK__")
+ AC_LANG_POP(C++)
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index aacb049..96fcd0a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0002-help2man.patch
 0003-rtmidi.patch
 0004-fix_arm.patch
+0005-remove_endian_define.patch

-- 
toonloop packaging



More information about the pkg-multimedia-commits mailing list