[SCM] sooperlooper/master: Add patch to fix FTBFS with new toolchain (Closes: #632253, LP: #803199).

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Jul 1 07:52:44 UTC 2011


The following commit has been merged in the master branch:
commit 09eed8b863f1d4e2abf1f2769b33691972069aa2
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Jul 1 09:52:32 2011 +0200

    Add patch to fix FTBFS with new toolchain (Closes: #632253, LP: #803199).

diff --git a/debian/patches/03-indirect_linking.patch b/debian/patches/03-indirect_linking.patch
new file mode 100644
index 0000000..9b415e0
--- /dev/null
+++ b/debian/patches/03-indirect_linking.patch
@@ -0,0 +1,19 @@
+Description: Fix linking with -lxml2
+Author: Angel Abad <angelabad at ubuntu.com>
+Bug-Ubuntu: https://launchpad.net/bugs/803199
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632253
+---
+ src/gui/Makefile.in |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- sooperlooper.orig/src/gui/Makefile.in
++++ sooperlooper/src/gui/Makefile.in
+@@ -118,7 +118,7 @@ JACK_CFLAGS = @JACK_CFLAGS@
+ JACK_LIBS = @JACK_LIBS@
+ LDFLAGS = @LDFLAGS@
+ LIBOBJS = @LIBOBJS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ -lxml2
+ LOSC_CFLAGS = @LOSC_CFLAGS@
+ LOSC_LIBS = @LOSC_LIBS@
+ LTLIBOBJS = @LTLIBOBJS@
diff --git a/debian/patches/series b/debian/patches/series
index ce4f3ab..1ee57ea 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01-spelling_error.patch
 02-remove_dmalloc.patch
+03-indirect_linking.patch

-- 
sooperlooper packaging



More information about the pkg-multimedia-commits mailing list