[SCM] Debian packaging for jack-audio-connection-kit branch, master, updated. debian/1.9.5.dfsg-11-4-ga3c69f9

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Sat May 8 15:06:35 UTC 2010


The following commit has been merged in the master branch:
commit 8ebf0128fafb6e0d37fb6004fa6da947b0394105
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Sat May 8 16:51:34 2010 +0200

    Intermediate patch for hurd compilation error.
    
    This needs to be forwarded to upstream.

diff --git a/debian/patches/hurd.patch b/debian/patches/hurd.patch
new file mode 100644
index 0000000..68fa616
--- /dev/null
+++ b/debian/patches/hurd.patch
@@ -0,0 +1,11 @@
+--- a/common/JackClient.cpp
++++ b/common/JackClient.cpp
+@@ -1012,7 +1012,7 @@
+     if (va->load_name && (strlen(va->load_name) >= JACK_PATH_MAX)) {
+         jack_error("\"%s\" is too long for a shared object name.\n"
+                    "Please use %lu characters or less.",
+-                   va->load_name, PATH_MAX);
++                   va->load_name, JACK_PATH_MAX);
+         int my_status1 = *status | (JackFailure | JackInvalidOption);
+         *status = (jack_status_t)my_status1;
+         return 0;

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list