summaryrefslogtreecommitdiff
path: root/geography/gpspoint/patches/patch-ae
diff options
context:
space:
mode:
authorrillig <rillig>2007-03-17 15:34:13 +0000
committerrillig <rillig>2007-03-17 15:34:13 +0000
commitdca27f5fa742ab3545b7d97d9d6f42b9f9f1b9bd (patch)
treee75f9b17b2f0fa265025a9e65fbe8ea80622c3b1 /geography/gpspoint/patches/patch-ae
parentf4e135bc7ed0cbd8f24f0b99e8b3d6ae19325f86 (diff)
downloadpkgsrc-dca27f5fa742ab3545b7d97d9d6f42b9f9f1b9bd.tar.gz
Fixed g++4 error messages.
Diffstat (limited to 'geography/gpspoint/patches/patch-ae')
-rw-r--r--geography/gpspoint/patches/patch-ae19
1 files changed, 19 insertions, 0 deletions
diff --git a/geography/gpspoint/patches/patch-ae b/geography/gpspoint/patches/patch-ae
new file mode 100644
index 00000000000..9248cb478ab
--- /dev/null
+++ b/geography/gpspoint/patches/patch-ae
@@ -0,0 +1,19 @@
+$NetBSD: patch-ae,v 1.1 2007/03/17 15:34:14 rillig Exp $
+
+See patch-ab.
+
+--- src/records_type.h.orig 2003-04-14 18:23:33.000000000 +0200
++++ src/records_type.h 2007-03-17 16:19:25.000000000 +0100
+@@ -41,10 +41,10 @@ class Records_Type : Endianmess, Constan
+ public:
+
+ /// constructor
+- Records_Type::Records_Type(void);
++ Records_Type(void);
+
+ /// calls set with the given Packet
+- Records_Type::Records_Type(Packet);
++ Records_Type(Packet);
+
+ /// resets internal data
+ void clear(void);