aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/gdal/files/gdal-1.6.1-swig-fix.patch')
-rw-r--r--sci-libs/gdal/files/gdal-1.6.1-swig-fix.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/sci-libs/gdal/files/gdal-1.6.1-swig-fix.patch b/sci-libs/gdal/files/gdal-1.6.1-swig-fix.patch
deleted file mode 100644
index 38c94da52..000000000
--- a/sci-libs/gdal/files/gdal-1.6.1-swig-fix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- swig/include/gdal.i.orig 2009-04-24 21:55:06.315863023 -0700
-+++ swig/include/gdal.i 2009-04-24 22:10:28.806611326 -0700
-@@ -176,6 +176,17 @@
- %include "gdal_typemaps.i"
- #endif
-
-+/* Default memberin typemaps required to support SWIG 1.3.39 and above */
-+%typemap(memberin) char *Info %{
-+/* char* Info memberin typemap */
-+$1;
-+%}
-+
-+%typemap(memberin) char *Id %{
-+/* char* Info memberin typemap */
-+$1;
-+%}
-+
- //************************************************************************
- //
- // Define the exposed CPL functions.