diff options
author | wiz <wiz> | 2004-07-26 23:38:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-07-26 23:38:19 +0000 |
commit | d89fa50efc6103cdbcd0b51e2784aa06f8cacd05 (patch) | |
tree | 5dced40a89a80e704fbdc0ca1510c29f5b4a81b3 /geography/gpsdrive/patches | |
parent | a73cf0355fb48eb987f304bfbe287fb30ec9e553 (diff) | |
download | pkgsrc-d89fa50efc6103cdbcd0b51e2784aa06f8cacd05.tar.gz |
Re-add Alistair's gcc3 fixes for gpsdrive (sorry for that).
Diffstat (limited to 'geography/gpsdrive/patches')
-rw-r--r-- | geography/gpsdrive/patches/patch-ad | 12 | ||||
-rw-r--r-- | geography/gpsdrive/patches/patch-ae | 12 | ||||
-rw-r--r-- | geography/gpsdrive/patches/patch-af | 12 |
3 files changed, 36 insertions, 0 deletions
diff --git a/geography/gpsdrive/patches/patch-ad b/geography/gpsdrive/patches/patch-ad new file mode 100644 index 00000000000..afce7c8e133 --- /dev/null +++ b/geography/gpsdrive/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2004/07/26 23:38:19 wiz Exp $ + +--- src/netlib.c 2004/07/22 11:16:34 1.1 ++++ src/netlib.c 2004/07/22 11:17:03 +@@ -23,7 +23,6 @@ + #include <sys/socket.h> + #include <sys/time.h> + #include <netinet/in.h> +-#include <varargs.h> + #include <netdb.h> + #include <stdio.h> + #include <arpa/inet.h> diff --git a/geography/gpsdrive/patches/patch-ae b/geography/gpsdrive/patches/patch-ae new file mode 100644 index 00000000000..a35db5c5147 --- /dev/null +++ b/geography/gpsdrive/patches/patch-ae @@ -0,0 +1,12 @@ +$NetBSD: patch-ae,v 1.1 2004/07/26 23:38:19 wiz Exp $ + +--- src/garble.cpp 2004/07/22 11:19:47 1.1 ++++ src/garble.cpp 2004/07/22 11:20:55 +@@ -29,6 +29,7 @@ + #include <iostream> + #include <string> + #include <cstdlib> ++#include <cassert> + // #include <ctime> + + using namespace std; diff --git a/geography/gpsdrive/patches/patch-af b/geography/gpsdrive/patches/patch-af new file mode 100644 index 00000000000..26eccbd3db1 --- /dev/null +++ b/geography/gpsdrive/patches/patch-af @@ -0,0 +1,12 @@ +$NetBSD: patch-af,v 1.1 2004/07/26 23:38:19 wiz Exp $ + +--- src/gpsdrivegarble.cpp 2004/07/22 11:30:57 1.1 ++++ src/gpsdrivegarble.cpp 2004/07/22 11:31:15 +@@ -64,6 +64,7 @@ + #include <iostream> + #include <string> + #include <cstdlib> ++#include <cassert> + // #include <ctime> + + using namespace std; |