[SCM] yoshimi/master: Fix missing #includes to solve FTBFS with GCC 4.7.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue May 8 22:55:03 UTC 2012


The following commit has been merged in the master branch:
commit 4d0b514f6d118ca73d4c8dc9d82d1ba41873ca77
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue May 8 15:53:55 2012 -0700

    Fix missing #includes to solve FTBFS with GCC 4.7.
    
    Closes: #672002

diff --git a/debian/patches/02-gcc47.patch b/debian/patches/02-gcc47.patch
new file mode 100644
index 0000000..38b69a9
--- /dev/null
+++ b/debian/patches/02-gcc47.patch
@@ -0,0 +1,17 @@
+Description: Fix FTBFS with GCC 4.7.
+From: yoshimi.git.sf.net/git/gitweb.cgi?p=yoshimi/yoshimi;a=commit;h=99136070f3a7
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672002
+---
+ src/MusicIO/JackEngine.cpp |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- yoshimi.orig/src/MusicIO/JackEngine.cpp
++++ yoshimi/src/MusicIO/JackEngine.cpp
+@@ -18,6 +18,7 @@
+ */
+ 
+ #include <errno.h>
++#include <unistd.h>
+ #include <jack/midiport.h>
+ #include <jack/thread.h>
+ #include <fcntl.h>
diff --git a/debian/patches/series b/debian/patches/series
index ac0ed64..9749fbc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-gcc_flags.patch
+02-gcc47.patch

-- 
yoshimi packaging



More information about the pkg-multimedia-commits mailing list