[SCM] qsynth/master: Fix FTBFS due to missing ld flag.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Oct 1 17:39:45 UTC 2013


The following commit has been merged in the master branch:
commit fffbae9853ecda57c0e7c41de5d9d4e83d9078e8
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Oct 1 18:33:45 2013 +0100

    Fix FTBFS due to missing ld flag.
    
    Closes: #713488

diff --git a/debian/patches/2001-libx11_underlinkage.patch b/debian/patches/2001-libx11_underlinkage.patch
new file mode 100644
index 0000000..2d12960
--- /dev/null
+++ b/debian/patches/2001-libx11_underlinkage.patch
@@ -0,0 +1,14 @@
+---
+ src/CMakeLists.txt |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- qsynth.orig/src/CMakeLists.txt
++++ qsynth/src/CMakeLists.txt
+@@ -110,6 +110,7 @@ target_link_libraries ( qsynth
+     ${QT_LIBRARIES}
+     ${MATH_LIBRARY}
+     ${FLUIDSYNTH_LIBRARY}
++    X11
+ )
+ 
+ set ( TRANSLATIONS
diff --git a/debian/patches/series b/debian/patches/series
index a728ce4..6c62fda 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 1001-soundfont_default_dir.patch
+2001-libx11_underlinkage.patch

-- 
qsynth packaging



More information about the pkg-multimedia-commits mailing list