wok-6.x view openexr/stuff/gcc43.patch @ rev 19812
matchbox-window-manager-2: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 28 09:16:02 2017 +0100 (2017-02-28) |
parents | |
children |
line source
1 diff -Nura openexr-1.6.1/exrenvmap/main.cpp openexr-1.6.1.new/exrenvmap/main.cpp
2 --- openexr-1.6.1/exrenvmap/main.cpp 2007-04-25 03:07:51.000000000 +0200
3 +++ openexr-1.6.1.new/exrenvmap/main.cpp 2008-10-30 17:18:13.000000000 +0100
4 @@ -45,6 +45,7 @@
5 #include <iostream>
6 #include <exception>
7 #include <stdlib.h>
8 +#include <string.h>
10 using namespace Imf;
11 using namespace std;
12 diff -Nura openexr-1.6.1/exrmaketiled/main.cpp openexr-1.6.1.new/exrmaketiled/main.cpp
13 --- openexr-1.6.1/exrmaketiled/main.cpp 2007-04-25 03:08:45.000000000 +0200
14 +++ openexr-1.6.1.new/exrmaketiled/main.cpp 2008-10-30 17:18:40.000000000 +0100
15 @@ -46,6 +46,7 @@
16 #include <exception>
17 #include <string>
18 #include <stdlib.h>
19 +#include <string.h>
21 using namespace Imf;
22 using namespace std;