Dash:
[t2.git] / package / audio / audacious-plugins / hotfix-gcc43.patch
blob5b54c84bfa0cc98d65b9a292487593a0ae92c535
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../audacious-plugins/gcc43.patch
5 # Copyright (C) 2010 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- audacious-plugins-1.3.5/src/modplug/archive/arch_gzip.cxx.orig 2010-11-19 15:55:07.000000000 -0330
18 +++ audacious-plugins-1.3.5/src/modplug/archive/arch_gzip.cxx 2010-11-19 15:56:40.000000000 -0330
19 @@ -10,6 +10,7 @@
20 #include <fcntl.h>
21 #include <unistd.h>
22 #include <stdio.h>
23 +#include <string.h>
25 #include "arch_gzip.h"
27 --- audacious-plugins-1.3.5/src/modplug/archive/arch_rar.cxx.orig 2010-11-19 16:04:38.000000000 -0330
28 +++ audacious-plugins-1.3.5/src/modplug/archive/arch_rar.cxx 2010-11-19 16:06:18.000000000 -0330
29 @@ -10,6 +10,8 @@
30 #include <fcntl.h>
31 #include <unistd.h>
32 #include <stdio.h>
33 +#include <string.h>
34 +#include <stdlib.h>
36 #include "arch_rar.h"
37 #include <iostream>
39 --- audacious-plugins-1.3.5/src/modplug/archive/arch_raw.cxx.orig 2010-11-19 15:40:52.000000000 -0330
40 +++ audacious-plugins-1.3.5/src/modplug/archive/arch_raw.cxx 2010-11-19 15:42:40.000000000 -0330
41 @@ -11,6 +11,7 @@
42 //mmap()
43 #include <unistd.h>
44 #include <sys/mman.h>
45 +#include <stdlib.h>
47 #include "arch_raw.h"