summaryrefslogtreecommitdiff
path: root/geography/gpspoint/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'geography/gpspoint/patches/patch-af')
-rw-r--r--geography/gpspoint/patches/patch-af19
1 files changed, 19 insertions, 0 deletions
diff --git a/geography/gpspoint/patches/patch-af b/geography/gpspoint/patches/patch-af
new file mode 100644
index 00000000000..b79ded3bfaa
--- /dev/null
+++ b/geography/gpspoint/patches/patch-af
@@ -0,0 +1,19 @@
+$NetBSD: patch-af,v 1.1 2007/03/17 15:34:14 rillig Exp $
+
+See patch-ab.
+
+--- src/wpt_type.h.orig 2003-05-20 11:54:34.000000000 +0200
++++ src/wpt_type.h 2007-03-17 16:18:52.000000000 +0100
+@@ -99,10 +99,10 @@ class Wpt_Type : GPDLineTool, Constants
+ protected:
+
+ /// semicircle to double
+- double Wpt_Type::s2d(g_long sc);
++ double s2d(g_long sc);
+
+ /// double to semicicle
+- g_long Wpt_Type::d2s(double deg);
++ g_long d2s(double deg);
+
+ string name;
+ string comment;