Package: toonloop
Version: 2.1.18-3
Severity: important
Tags: patch

Hi,

toonloop is currently FTBFS with the following error:

/usr/include/powerpc-linux-gnu/bits/endian.h:27:4: error: #error Both
BIG_ENDIAN and LITTLE_ENDIAN defined!

Ubuntu package is providing a patch that fix this.

Please find the patch attached.

Cheers

Laurent Bigonville

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: toonloop-2.1.18/configure.ac
===================================================================
--- toonloop-2.1.18.orig/configure.ac	2012-02-14 16:34:19.289027274 -0500
+++ toonloop-2.1.18/configure.ac	2012-02-14 16:35:23.257024599 -0500
@@ -47,7 +47,7 @@
         [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++)
 
 

Reply via email to