You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/openexr_ctl/files/openexr_ctl-1.0.1-gcc43.patch

35 lines
1.2 KiB

diff -up openexr_ctl-1.0.1/exrdpx/main.cpp.gcc43 openexr_ctl-1.0.1/exrdpx/main.cpp
--- openexr_ctl-1.0.1/exrdpx/main.cpp.gcc43 2007-07-25 08:28:17.000000000 +0200
+++ openexr_ctl-1.0.1/exrdpx/main.cpp 2008-01-08 20:27:14.000000000 +0100
@@ -60,6 +60,8 @@
#include <iostream>
#include <string>
#include <exception>
+#include <cstdlib>
+#include <cstring>
using namespace std;
using namespace Imf;
diff -up openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp.gcc43 openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp
--- openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp.gcc43 2008-01-08 20:30:30.000000000 +0100
+++ openexr_ctl-1.0.1/exr_ctl_exr/applyCtl.cpp 2008-01-08 20:33:02.000000000 +0100
@@ -64,6 +64,7 @@
#include <iostream>
#include <vector>
#include <string>
+#include <cstdlib>
using namespace std;
using namespace Ctl;
diff -up openexr_ctl-1.0.1/exr_ctl_exr/main.cpp.gcc43 openexr_ctl-1.0.1/exr_ctl_exr/main.cpp
--- openexr_ctl-1.0.1/exr_ctl_exr/main.cpp.gcc43 2008-01-08 20:34:32.000000000 +0100
+++ openexr_ctl-1.0.1/exr_ctl_exr/main.cpp 2008-01-08 20:35:10.000000000 +0100
@@ -59,6 +59,7 @@
#include <iostream>
#include <string>
#include <exception>
+#include <cstdlib>
#include <ImfFloatAttribute.h>
#include <ImfVecAttribute.h>