[SCM] ardour/master: Add patch to fix FTBFS (Closes: #713713)

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Fri Oct 4 20:43:34 UTC 2013


The following commit has been merged in the master branch:
commit 02349740ec857b426c10c2657e9ff3ca01e648af
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Fri Oct 4 16:23:34 2013 +0200

    Add patch to fix FTBFS (Closes: #713713)

diff --git a/debian/patches/170_template-ftbfs.patch b/debian/patches/170_template-ftbfs.patch
new file mode 100644
index 0000000..77c4dd9
--- /dev/null
+++ b/debian/patches/170_template-ftbfs.patch
@@ -0,0 +1,16 @@
+From: David Henningsson <david.henningsson at canonical.com>
+Forwarded: Yes
+Bugs-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713713
+Descriptions: Fix FTBFS with recent compilers
+
+--- a/libs/gtkmm2ext/gtk_ui.cc
++++ b/libs/gtkmm2ext/gtk_ui.cc
+@@ -63,6 +63,8 @@
+ 
+ #include <pbd/abstract_ui.cc>  /* instantiate the template */
+ 
++template class AbstractUI<Gtkmm2ext::UIRequest>;
++
+ UI::UI (string namestr, int *argc, char ***argv) 
+ 	: AbstractUI<UIRequest> (namestr, true)
+ {

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list