summaryrefslogtreecommitdiff
path: root/geography/gdal-lib
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2006-08-27 18:28:37 +0000
committerkristerw <kristerw@pkgsrc.org>2006-08-27 18:28:37 +0000
commit9cf221ccab78e921b61f0546d6fcadcc90bcc514 (patch)
treeb683e60a6a67157c6ce74b2e074e71949ee16c31 /geography/gdal-lib
parent6135da8d3ec19c249b5ff7f82669bfe60902cafa (diff)
downloadpkgsrc-9cf221ccab78e921b61f0546d6fcadcc90bcc514.tar.gz
Fix "extra qualification 'FITRasterBand::' on member 'FITRasterBand'" error
seen with gcc 4.
Diffstat (limited to 'geography/gdal-lib')
-rw-r--r--geography/gdal-lib/distinfo3
-rw-r--r--geography/gdal-lib/patches/patch-ac13
2 files changed, 15 insertions, 1 deletions
diff --git a/geography/gdal-lib/distinfo b/geography/gdal-lib/distinfo
index 03f4db2f412..72c5a14aa53 100644
--- a/geography/gdal-lib/distinfo
+++ b/geography/gdal-lib/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/05/02 20:36:33 wiz Exp $
+$NetBSD: distinfo,v 1.2 2006/08/27 18:28:37 kristerw Exp $
SHA1 (gdal-1.3.1.tar.gz) = 2783c4c0d2a83a34f4c5c6a8efe41e816ba396fb
RMD160 (gdal-1.3.1.tar.gz) = 5967608e6e1c9f0af8698fcffb58eab4dcdd518d
Size (gdal-1.3.1.tar.gz) = 6856011 bytes
SHA1 (patch-aa) = c8fd8c0749d2ef10a630e0c688f0696970ce1ff3
SHA1 (patch-ab) = 207f2aede8d0a7a2c7d89d45675745c81a812307
+SHA1 (patch-ac) = 23402d8e6e44ca7767a9266e2f0bbcc36a398349
diff --git a/geography/gdal-lib/patches/patch-ac b/geography/gdal-lib/patches/patch-ac
new file mode 100644
index 00000000000..2bb878a676b
--- /dev/null
+++ b/geography/gdal-lib/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2006/08/27 18:28:37 kristerw Exp $
+
+--- frmts/fit/fitdataset.cpp.orig 2006-08-27 19:45:01.000000000 +0200
++++ frmts/fit/fitdataset.cpp 2006-08-27 19:45:36.000000000 +0200
+@@ -174,7 +174,7 @@ class FITRasterBand : public GDALPamRast
+
+ public:
+
+- FITRasterBand::FITRasterBand( FITDataset *, int );
++ FITRasterBand( FITDataset *, int );
+ ~FITRasterBand();
+
+ // should override RasterIO eventually.