summaryrefslogtreecommitdiff
path: root/geography/gpsd/patches
diff options
context:
space:
mode:
Diffstat (limited to 'geography/gpsd/patches')
-rw-r--r--geography/gpsd/patches/patch-aa13
-rw-r--r--geography/gpsd/patches/patch-ab13
2 files changed, 13 insertions, 13 deletions
diff --git a/geography/gpsd/patches/patch-aa b/geography/gpsd/patches/patch-aa
deleted file mode 100644
index 21868e6a193..00000000000
--- a/geography/gpsd/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/07/26 23:31:56 wiz Exp $
-
---- netlib.c.orig 2004-06-04 00:49:02.000000000 +0200
-+++ netlib.c
-@@ -9,7 +9,7 @@
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
--#include <varargs.h>
-+#include <stdarg.h>
- #include <netdb.h>
- #include <stdio.h>
- #include <arpa/inet.h>
diff --git a/geography/gpsd/patches/patch-ab b/geography/gpsd/patches/patch-ab
new file mode 100644
index 00000000000..fb89002dda8
--- /dev/null
+++ b/geography/gpsd/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/03/02 20:05:57 drochner Exp $
+
+--- sirfmon.c.orig 2006-02-19 15:30:10.000000000 +0100
++++ sirfmon.c
+@@ -23,7 +23,7 @@
+ * so it deliberately doesn't use much of the library.
+ */
+ #include <stdio.h>
+-#include <curses.h>
++#include <ncurses.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include <math.h>