1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/misc/projectionlib/files/patch-ag
Maxim Sobolev 47f8960c39 Add projectionlib 3.7, a C++ wrapper for the USGS GCTP projection
library.

PR:		26928
Submitted by:	Randall Hopper <aa8vb@nc.rr.com>
2001-05-31 13:14:35 +00:00

19 lines
352 B
Plaintext

diff -ruN ORIG/Projection.cpp Projection.cpp
--- ORIG/Projection.cpp Fri May 5 07:24:56 2000
+++ Projection.cpp Fri Apr 27 19:07:08 2001
@@ -9,6 +9,8 @@
#include "GeographicProjection.h"
#include "gctpc/untfz.h"
+#include <stdio.h>
+
#ifndef NULL
#define NULL 0
#endif
@@ -238,4 +240,4 @@
longitude /= factor;
return bResult;
-}
+}