summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-14 08:36:16 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-14 08:36:16 +0200
commit20c6f1e4ee2ca77e5e9120e0a0649ac744692b87 (patch)
tree0c278395b4990745aab01faa83892ce7e69185f6 /extra
parent9430a356a3d3eab41da7c9bc1f7a1e081947578c (diff)
downloadnutyx-pakxe-20c6f1e4ee2ca77e5e9120e0a0649ac744692b87.tar.gz
nutyx-pakxe-20c6f1e4ee2ca77e5e9120e0a0649ac744692b87.tar.bz2
nutyx-pakxe-20c6f1e4ee2ca77e5e9120e0a0649ac744692b87.tar.xz
nutyx-pakxe-20c6f1e4ee2ca77e5e9120e0a0649ac744692b87.zip
openexr, port nettoyé
Diffstat (limited to 'extra')
-rw-r--r--extra/openexr/Pkgfile2
-rw-r--r--extra/openexr/openexr-gcc4.patch23
2 files changed, 1 insertions, 24 deletions
diff --git a/extra/openexr/Pkgfile b/extra/openexr/Pkgfile
index 99d1a22a7..eff929cce 100644
--- a/extra/openexr/Pkgfile
+++ b/extra/openexr/Pkgfile
@@ -8,7 +8,7 @@ name=openexr
version=1.6.1
release=1
source=( http://savannah.nongnu.org/download/$name/$name-$version.tar.gz\
- openexr-gcc4.patch)
+ http://nutyx.meticul.eu/files/patchs/$name/openexr-gcc4.patch)
build() {
cd $name-$version
diff --git a/extra/openexr/openexr-gcc4.patch b/extra/openexr/openexr-gcc4.patch
deleted file mode 100644
index 5894ac060..000000000
--- a/extra/openexr/openexr-gcc4.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -Nura openexr-1.6.1/exrenvmap/main.cpp openexr-1.6.1.new/exrenvmap/main.cpp
---- openexr-1.6.1/exrenvmap/main.cpp 2007-04-25 03:07:51.000000000 +0200
-+++ openexr-1.6.1.new/exrenvmap/main.cpp 2008-10-30 17:18:13.000000000 +0100
-@@ -45,6 +45,7 @@
- #include <iostream>
- #include <exception>
- #include <stdlib.h>
-+#include <string.h>
-
- using namespace Imf;
- using namespace std;
-diff -Nura openexr-1.6.1/exrmaketiled/main.cpp openexr-1.6.1.new/exrmaketiled/main.cpp
---- openexr-1.6.1/exrmaketiled/main.cpp 2007-04-25 03:08:45.000000000 +0200
-+++ openexr-1.6.1.new/exrmaketiled/main.cpp 2008-10-30 17:18:40.000000000 +0100
-@@ -46,6 +46,7 @@
- #include <exception>
- #include <string>
- #include <stdlib.h>
-+#include <string.h>
-
- using namespace Imf;
- using namespace std;
-