[SCM] jack-rack/master: Add patch to prevent FTBFS with newest toolchain.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Dec 3 12:26:06 UTC 2010


The following commit has been merged in the master branch:
commit 7a98bb39d36f342397d375a6fc066ad7afb96ad8
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Dec 3 13:25:48 2010 +0100

    Add patch to prevent FTBFS with newest toolchain.

diff --git a/debian/patches/02-gcc45_binutils_gold.patch b/debian/patches/02-gcc45_binutils_gold.patch
new file mode 100644
index 0000000..1ee6e34
--- /dev/null
+++ b/debian/patches/02-gcc45_binutils_gold.patch
@@ -0,0 +1,32 @@
+Description: Fix FTBFS with newest GCC4.5 and linker.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: https://sourceforge.net/apps/trac/jack-rack/ticket/1
+---
+ src/Makefile.am |    3 ++-
+ src/Makefile.in |    3 ++-
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+--- jack-rack.orig/src/Makefile.in
++++ jack-rack/src/Makefile.in
+@@ -268,7 +268,8 @@ jack_rack_CFLAGS = \
+ 	-DGDK_PIXBUF_DISABLE_DEPRECATED=1 \
+ 	-DGNOME_DISABLE_DEPRECATED=1
+ 
+-jack_rack_LDFLAGS = \
++LIBS = \
++	-ldl \
+ 	$(JACK_LIBS) \
+ 	$(GTK_LIBS) \
+ 	$(GNOMEUI_LIBS) \
+--- jack-rack.orig/src/Makefile.am
++++ jack-rack/src/Makefile.am
+@@ -61,7 +61,8 @@ jack_rack_CFLAGS = \
+ 	-DGNOME_DISABLE_DEPRECATED=1
+ 
+ 
+-jack_rack_LDFLAGS = \
++LIBS = \
++	-ldl \
+ 	$(JACK_LIBS) \
+ 	$(GTK_LIBS) \
+ 	$(GNOMEUI_LIBS) \
diff --git a/debian/patches/series b/debian/patches/series
index 25bbf55..5afa94d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-desktop_file.patch
+02-gcc45_binutils_gold.patch

-- 
jack-rack packaging



More information about the pkg-multimedia-commits mailing list