Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=762c7f38b12e3e71665adb1d0bdc92f52f9ff11f
commit 762c7f38b12e3e71665adb1d0bdc92f52f9ff11f Author: Daniel Exner <[email protected]> Date: Sun Jul 1 18:34:01 2012 +0200 libsndobj-2.6.6.1-1-x86_64 * new package diff --git a/source/lib-extra/libsndobj/gcc4.patch b/source/lib-extra/libsndobj/gcc4.patch new file mode 100644 index 0000000..33fcab5 --- /dev/null +++ b/source/lib-extra/libsndobj/gcc4.patch @@ -0,0 +1,17 @@ +Origin: Debian +Description: Add missing #include to prevent FTBFS with GCC 4.4. +--- + src/FFT.cpp | 2 ++ + src/SndJackIO.cpp | 1 + + 2 files changed, 3 insertions(+) + +--- SndObj-2.6.6.orig/src/SndJackIO.cpp ++++ SndObj-2.6.6/src/SndJackIO.cpp +@@ -25,6 +25,7 @@ + #ifdef JACK + + ++#include <cstdio> + #include <unistd.h> + #include "SndJackIO.h" + _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
