Author: megabajt Date: Sat May 30 12:54:55 2009 GMT Module: packages Tag: HEAD ---- Log message: - fixes build with gcc 4.4
---- Files affected: packages/flac: flac-gcc44.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/flac/flac-gcc44.patch diff -u /dev/null packages/flac/flac-gcc44.patch:1.1 --- /dev/null Sat May 30 14:54:55 2009 +++ packages/flac/flac-gcc44.patch Sat May 30 14:54:50 2009 @@ -0,0 +1,11 @@ +diff -urN flac-1.2.1/examples/cpp/encode/file/main.cpp flac-1.2.1.new/examples/cpp/encode/file/main.cpp +--- flac-1.2.1/examples/cpp/encode/file/main.cpp 2007-09-13 17:58:03.000000000 +0200 ++++ flac-1.2.1.new/examples/cpp/encode/file/main.cpp 2009-05-30 14:46:26.680924245 +0200 +@@ -30,6 +30,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + #include "FLAC++/metadata.h" + #include "FLAC++/encoder.h" + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
