[SCM] jackd2/master: Add temporary FTBFS patch

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Sun Jan 27 20:14:37 UTC 2013


The following commit has been merged in the master branch:
commit 130ad8be6f04e8058832ce1bf37fa7ea73e5bfd1
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Sun Jan 27 14:26:57 2013 +0100

    Add temporary FTBFS patch
    
    Can be dropped with next sourcecode import, since it's already upstream.

diff --git a/debian/patches/fix-ftbfs.patch b/debian/patches/fix-ftbfs.patch
new file mode 100644
index 0000000..20412cd
--- /dev/null
+++ b/debian/patches/fix-ftbfs.patch
@@ -0,0 +1,16 @@
+From: Adrian Knoth <adi at drcomp.erfurt.thur.de>
+Forwarded: not-needed
+Origin: https://github.com/jackaudio/jack2/commit/4d3595ebe57e7d7b94e6e1f172edc01415129ab4
+Applied-Upstream: 1.9.9.6
+Description: Fix FTBFS in bleeding-edge upstream code
+--- a/posix/JackPosixServerLaunch.cpp
++++ b/posix/JackPosixServerLaunch.cpp
+@@ -109,7 +109,7 @@
+     if (fp) {
+         arguments[0] = '\0';
+         res = fscanf(fp, "%s", buffer);
+-        while (ret != 0 && ret != EOF) {
++        while (res != 0 && res != EOF) {
+             strcat(arguments, buffer);
+             strcat(arguments, " ");
+             res = fscanf(fp, "%s", buffer);

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list