Dash:
[t2.git] / package / develop / libsigc++1 / hotfix-gcc43.patch
blob2140a873f8b230aa7a36931e375b18dda112bc44
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../libsigc++1/gcc43.patch
5 # Copyright (C) 2008 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 diff -Nur libsigc++-1.0.4-orig/tests/signals/convert_slot_test.cc libsigc++-1.0.4/tests/signals/convert_slot_test.cc
18 --- libsigc++-1.0.4-orig/tests/signals/convert_slot_test.cc 2008-07-23 03:55:18.000000000 +0000
19 +++ libsigc++-1.0.4/tests/signals/convert_slot_test.cc 2008-07-23 03:56:09.000000000 +0000
20 @@ -1,4 +1,5 @@
21 #include <string>
22 +#include <cstring>
23 #include <iostream>
24 #include <sigc++/signal_system.h>
25 #include <sigc++/convert.h>