]> git.pld-linux.org Git - packages/OpenEXR.git/commitdiff
- added gcc4.patch
authorSzymon Siwek <sls@pld-linux.org>
Mon, 26 Oct 2009 09:30:13 +0000 (09:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    OpenEXR.spec -> 1.26
    gcc4.patch -> 1.1

OpenEXR.spec
gcc4.patch [new file with mode: 0644]

index 71a38b197e7e2e8786668115862f9448a4746e55..4e6a8f7f355cd949badada46049dfe9fb7f4a115 100644 (file)
@@ -7,6 +7,7 @@ License:        BSD
 Group:         Libraries
 Source0:       http://download.savannah.nongnu.org/releases/openexr/openexr-%{version}.tar.gz
 # Source0-md5: 11951f164f9c872b183df75e66de145a
+Patch0:                gcc4.patch
 URL:           http://www.openexr.com/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1.6.3
@@ -76,6 +77,7 @@ Narzędzia do obrazów OpenEXR.
 
 %prep
 %setup -q -n openexr-%{version}
+%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/gcc4.patch b/gcc4.patch
new file mode 100644 (file)
index 0000000..14d06c6
--- /dev/null
@@ -0,0 +1,20 @@
+--- openexr-1.6.1/exrmaketiled/main.cpp.orig   2009-10-26 09:03:37.204979532 +0100
++++ openexr-1.6.1/exrmaketiled/main.cpp        2009-10-26 09:04:06.202986564 +0100
+@@ -45,6 +45,7 @@
+ #include <iostream>
+ #include <exception>
+ #include <string>
++#include <cstring>
+ #include <stdlib.h>
+ using namespace Imf;
+--- openexr-1.6.1/exrenvmap/main.cpp.orig      2009-10-26 09:54:33.994893321 +0100
++++ openexr-1.6.1/exrenvmap/main.cpp   2009-10-26 09:54:51.493690669 +0100
+@@ -43,6 +43,7 @@
+ #include <makeLatLongMap.h>
+ #include <ImfEnvmap.h>
+ #include <iostream>
++#include <cstring>
+ #include <exception>
+ #include <stdlib.h>
This page took 0.127281 seconds and 4 git commands to generate.