Author: ken Date: 2008-11-21 11:54:39 -0700 (Fri, 21 Nov 2008) New Revision: 2006
Added: trunk/flac/flac-1.2.1-gcc43-1.patch Log: Gcc-4.3 fix for flac. Added: trunk/flac/flac-1.2.1-gcc43-1.patch =================================================================== --- trunk/flac/flac-1.2.1-gcc43-1.patch (rev 0) +++ trunk/flac/flac-1.2.1-gcc43-1.patch 2008-11-21 18:54:39 UTC (rev 2006) @@ -0,0 +1,18 @@ +Submitted By: Ken Moffat <ken at linuxfromscratch dot org> +Date: 2008-11-21 +Initial Package Version: 1.2.1 +Upstream Status: unknown +Origin: fedora +Description: Allows it to compile with gcc4 + +diff -up flac-1.2.1/examples/cpp/encode/file/main.cpp.gcc43 flac-1.2.1/examples/cpp/encode/file/main.cpp +--- flac-1.2.1/examples/cpp/encode/file/main.cpp.gcc43 2007-09-13 17:58:03.000000000 +0200 ++++ flac-1.2.1/examples/cpp/encode/file/main.cpp 2008-01-08 10:27:39.000000000 +0100 +@@ -29,6 +29,7 @@ + #endif + + #include <stdio.h> ++#include <string.h> + #include <stdlib.h> + #include "FLAC++/metadata.h" + #include "FLAC++/encoder.h" -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
