[SCM] jack-keyboard/master: Add -lgthread-2.0 to linking flags.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Jul 9 10:45:15 UTC 2011


The following commit has been merged in the master branch:
commit 81f0db73ed57ed881e6b8caf907ad7423e9b3bda
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Jul 9 12:37:36 2011 +0200

    Add -lgthread-2.0 to linking flags.

diff --git a/debian/patches/0001-buildsystem.patch b/debian/patches/0001-buildsystem.patch
new file mode 100644
index 0000000..a5fd4e7
--- /dev/null
+++ b/debian/patches/0001-buildsystem.patch
@@ -0,0 +1,18 @@
+Description: Add -lgthread-2.0 to linking flags.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ CMakeLists.txt |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- jack-keyboard.orig/CMakeLists.txt
++++ jack-keyboard/CMakeLists.txt
+@@ -40,7 +40,7 @@ add_executable(jack-keyboard src/jack-ke
+ 
+ find_package(GTK2 2.2 REQUIRED gtk)
+ include_directories(${GTK2_INCLUDE_DIRS})
+-target_link_libraries(jack-keyboard ${GTK2_LIBRARIES})
++target_link_libraries(jack-keyboard ${GTK2_LIBRARIES} gthread-2.0)
+ 
+ if(JackEnable)
+ find_package(JACK)
diff --git a/debian/patches/series b/debian/patches/series
index c38f3dd..440e689 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+0001-buildsystem.patch
 2001-hide_no_lash_warning.patch

-- 
jack-keyboard packaging



More information about the pkg-multimedia-commits mailing list