summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-06-27 23:03:23 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-06-27 23:03:23 (GMT)
commit2d69a868c75f45d24550ade8addde4938782c15d (patch)
treec3f3e275cd542c7f99883887bff55d94755aedf8 /src
parent2e4068966a46501d49e556816b754ff541bfb37a (diff)
downloadmxe-2d69a868c75f45d24550ade8addde4938782c15d.zip
mxe-2d69a868c75f45d24550ade8addde4938782c15d.tar.gz
mxe-2d69a868c75f45d24550ade8addde4938782c15d.tar.bz2
package openscenegraph: fix curl compatibility
Diffstat (limited to 'src')
-rw-r--r--src/openscenegraph-4-curl.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/openscenegraph-4-curl.patch b/src/openscenegraph-4-curl.patch
new file mode 100644
index 0000000..e27d6ea
--- /dev/null
+++ b/src/openscenegraph-4-curl.patch
@@ -0,0 +1,33 @@
+This file is part of mingw-cross-env.
+See doc/index.html for further information.
+
+This patch taken from:
+http://lists.openscenegraph.org/pipermail/osg-submissions-openscenegraph.org/2011-June/008449.html
+
+From 6876c578528ecc61088940fb9358e393811e43ef Mon Sep 17 00:00:00 2001
+From: Mark Brand <mabrand@mabrand.nl>
+Date: Tue, 28 Jun 2011 00:34:27 +0200
+Subject: [PATCH] remove include of obsolete curl/types.h
+
+Quoth curl-7.21.7/CHANGES:
+
+ Removed types.h (it's been unused since April 2004)
+---
+ src/osgPlugins/curl/ReaderWriterCURL.cpp | 1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+diff --git a/src/osgPlugins/curl/ReaderWriterCURL.cpp b/src/osgPlugins/curl/ReaderWriterCURL.cpp
+index 83aee7b..daf156f 100644
+--- a/src/osgPlugins/curl/ReaderWriterCURL.cpp
++++ b/src/osgPlugins/curl/ReaderWriterCURL.cpp
+@@ -21,7 +21,6 @@
+ #include <fstream>
+
+ #include <curl/curl.h>
+-#include <curl/types.h>
+
+ #include "ReaderWriterCURL.h"
+
+--
+1.7.5.4
+