[SCM] gsequencer/master: patch to fix missing include of pthread.h in main.c
jkraehemann-guest at users.alioth.debian.org
jkraehemann-guest at users.alioth.debian.org
Tue Aug 18 20:03:06 UTC 2015
The following commit has been merged in the master branch:
commit 82b71ac2f9818c756acdbd2c785e28e56573798f
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date: Tue Aug 18 21:51:10 2015 +0200
patch to fix missing include of pthread.h in main.c
diff --git a/debian/patches/include-pthread-h-in-main.diff b/debian/patches/include-pthread-h-in-main.diff
new file mode 100644
index 0000000..2439745
--- /dev/null
+++ b/debian/patches/include-pthread-h-in-main.diff
@@ -0,0 +1,13 @@
+Index: gsequencer/src/ags/main.c
+===================================================================
+--- gsequencer.orig/src/ags/main.c 2015-08-18 21:45:39.186518156 +0200
++++ gsequencer/src/ags/main.c 2015-08-18 21:49:00.090515104 +0200
+@@ -52,6 +52,8 @@
+
+ #include <gdk/gdk.h>
+
++#include <pthread.h>
++
+ #include <sys/types.h>
+ #include <pwd.h>
+
diff --git a/debian/patches/series b/debian/patches/series
index 1c2a8fb..9a1ada7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
comment-out-sse2-include.diff
+include-pthread-h-in-main.diff
--
gsequencer packaging
More information about the pkg-multimedia-commits
mailing list