CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dropbear: moved from core collection
[attic/ports/opt-cross.git] / wbar / wbar-1.3.3_gcc43.patch
1 diff -Naur wbar-1.3.3.orig/IconLoader.cc wbar-1.3.3/IconLoader.cc
2 --- wbar-1.3.3.orig/IconLoader.cc 2006-12-29 01:54:29.000000000 +0000
3 +++ wbar-1.3.3/IconLoader.cc 2008-08-06 15:35:58.000000000 +0000
4 @@ -2,6 +2,7 @@
5 #include <unistd.h>
6 #include <sys/stat.h>
7 #include <sys/types.h>
8 +#include <cstdlib>
9 };
10
11 #include "IconLoader.h"
12 diff -Naur wbar-1.3.3.orig/Main.cc wbar-1.3.3/Main.cc
13 --- wbar-1.3.3.orig/Main.cc 2007-08-06 12:28:11.000000000 +0000
14 +++ wbar-1.3.3/Main.cc 2008-08-06 15:35:00.000000000 +0000
15 @@ -4,6 +4,8 @@
16 #include <unistd.h>
17 #include <stdlib.h>
18 #include <iostream>
19 +#include <cstdlib>
20 +#include <memory>
21
22 #include "XWin.h"
23 #include "ImgWrap.h"
24 diff -Naur wbar-1.3.3.orig/SuperBar.cc wbar-1.3.3/SuperBar.cc
25 --- wbar-1.3.3.orig/SuperBar.cc 2007-08-04 00:24:34.000000000 +0000
26 +++ wbar-1.3.3/SuperBar.cc 2008-08-06 15:51:14.000000000 +0000
27 @@ -1,5 +1,6 @@
28 #include "SuperBar.h"
29 #include "SuperIcon.h"
30 +#include <cstdlib>
31
32 using namespace std;
33