diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-31 13:14:35 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-31 13:14:35 +0000 |
commit | 47f8960c39d131999f178095237c22b2e69a8577 (patch) | |
tree | c9e9e41d17207a648860dca6560311d6276f2a3b /misc/projectionlib/files/patch-af | |
parent | Be LOCALBASE-clean. (diff) |
Add projectionlib 3.7, a C++ wrapper for the USGS GCTP projection
library.
PR: 26928
Submitted by: Randall Hopper <aa8vb@nc.rr.com>
Notes
Notes:
svn path=/head/; revision=43351
Diffstat (limited to 'misc/projectionlib/files/patch-af')
-rw-r--r-- | misc/projectionlib/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/projectionlib/files/patch-af b/misc/projectionlib/files/patch-af new file mode 100644 index 000000000000..30f2c5738346 --- /dev/null +++ b/misc/projectionlib/files/patch-af @@ -0,0 +1,11 @@ +diff -ruN ORIG/PolarStereographicProjection.cpp PolarStereographicProjection.cpp +--- ORIG/PolarStereographicProjection.cpp Fri May 5 07:24:56 2000 ++++ PolarStereographicProjection.cpp Fri Apr 27 19:07:11 2001 +@@ -4,6 +4,7 @@ + // Started: 2/26/98 + + #include "PolarStereographicProjection.h" ++#include <stdio.h> + + PolarStereographicProjection::PolarStereographicProjection( double longPole, double trueScale, + double sMajor, double sMinor, |