]> git.pld-linux.org Git - packages/flac.git/commitdiff
- fixes build with gcc 4.4
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 30 May 2009 12:54:50 +0000 (12:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flac-gcc44.patch -> 1.1

flac-gcc44.patch [new file with mode: 0644]

diff --git a/flac-gcc44.patch b/flac-gcc44.patch
new file mode 100644 (file)
index 0000000..c61b44f
--- /dev/null
@@ -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"
This page took 0.098107 seconds and 4 git commands to generate.