diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-06-17 11:00:15 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-06-17 11:00:15 +0000 |
commit | ad38d9fd6e5d7183c51cc0ecbfe8244f6df04986 (patch) | |
tree | 312d8aed78b635432971e2c3fadb577a7b153cff /sci-libs/ogdi/files | |
parent | [sci-chemistry/gamess] Version bump. Thanks to Wilhelm Eger (diff) | |
download | historical-ad38d9fd6e5d7183c51cc0ecbfe8244f6df04986.tar.gz historical-ad38d9fd6e5d7183c51cc0ecbfe8244f6df04986.tar.bz2 historical-ad38d9fd6e5d7183c51cc0ecbfe8244f6df04986.zip |
Fix one issue with 64b patched post release in upstream repo.
Package-Manager: portage-2.2.0_alpha38/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/ogdi/files')
-rw-r--r-- | sci-libs/ogdi/files/ogdi-3.2.0_beta2-64b.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sci-libs/ogdi/files/ogdi-3.2.0_beta2-64b.patch b/sci-libs/ogdi/files/ogdi-3.2.0_beta2-64b.patch new file mode 100644 index 000000000000..3c6108bcfcd4 --- /dev/null +++ b/sci-libs/ogdi/files/ogdi-3.2.0_beta2-64b.patch @@ -0,0 +1,30 @@ +--- ogdi.old/ogdi/driver/vrf/feature.c 2007/05/09 20:46:28 1.16 ++++ ogdi/ogdi/driver/vrf/feature.c 2009/05/08 04:15:50 1.17 +@@ -17,6 +17,9 @@ + ****************************************************************************** + * + * $Log: not supported by cvs2svn $ ++ * Revision 1.17 2009/05/08 04:15:50 warmerda ++ * fixed count type in VRF driver for 64bit systems (#2787502) ++ * + * Revision 1.16 2007/05/09 20:46:28 cbalint + * From: Even Rouault <even.rouault@mines-paris.org> + * Date: Friday 21:14:18 +@@ -106,7 +109,7 @@ + #include "vrf.h" + #include <assert.h> + +-ECS_CVSID("$Id: ogdi-3.2.0_beta2-64b.patch,v 1.1 2011/06/17 11:00:15 scarabeus Exp $"); ++ECS_CVSID("$Id: ogdi-3.2.0_beta2-64b.patch,v 1.1 2011/06/17 11:00:15 scarabeus Exp $"); + + vpf_projection_type NOPROJ = {DDS, 0.0, 0.0, 0.0, 0.0, 0, 0.0, 0.0, + NULL, NULL, "Decimal Degrees "}; +@@ -1347,7 +1350,7 @@ + short int temp4; + int temp5; + date_type temp6; +- long count; ++ int32 count; + + if (returnString != NULL) { + free(returnString); |