wok view openexr/stuff/gcc43.patch @ rev 16641

rubyripper: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 12 15:02:35 2014 +0000 (2014-05-12)
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;