[SCM] qjackctl/master: Add patch to fix FTBFS on kfreebsd.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Dec 3 00:31:11 UTC 2010


The following commit has been merged in the master branch:
commit a7d14985e28d1d742093eb84922429712497360a
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Dec 3 01:31:00 2010 +0100

    Add patch to fix FTBFS on kfreebsd.

diff --git a/debian/patches/10_errno.patch b/debian/patches/10_errno.patch
new file mode 100644
index 0000000..c064fee
--- /dev/null
+++ b/debian/patches/10_errno.patch
@@ -0,0 +1,19 @@
+Description: Include errno.h to find the EEXIST macro.
+ This prevent FTBFS on kfreebsd.
+Author: Alessio Treglia <alessio at debian.org>
+Bug: https://sourceforge.net/support/tracker.php?aid=3126091
+Forwarded: yes
+---
+ src/qjackctlSession.cpp |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- qjackctl.orig/src/qjackctlSession.cpp
++++ qjackctl/src/qjackctlSession.cpp
+@@ -25,6 +25,7 @@
+ #include "qjackctlMainForm.h"
+ 
+ #ifdef CONFIG_JACK_SESSION
++#include <errno.h>
+ #include <jack/session.h>
+ #endif
+ 
diff --git a/debian/patches/series b/debian/patches/series
index a655f7e..3cae9fa 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 00_settings.patch
+10_errno.patch

-- 
qjackctl packaging



More information about the pkg-multimedia-commits mailing list