summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-06-03 22:56:41 +0000
committerrecht <recht@pkgsrc.org>2004-06-03 22:56:41 +0000
commite81fdc856c3d3605448e071a8f98d9b9f2ed719b (patch)
tree3b5a9f6c8fc291b4621a390c54f585c201521a88 /misc
parent2a7af4b5a9bfce951689a15ec8fdf6dc967f14e6 (diff)
downloadpkgsrc-e81fdc856c3d3605448e071a8f98d9b9f2ed719b.tar.gz
Use stdarg.h instead of varargs.h to get it built with gcc 3.3.x.
Patch provided by gilbertf at netbsd-fr dot org in PR 25807.
Diffstat (limited to 'misc')
-rw-r--r--misc/gpsd/distinfo3
-rw-r--r--misc/gpsd/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/misc/gpsd/distinfo b/misc/gpsd/distinfo
index 744d732aa49..30466484b52 100644
--- a/misc/gpsd/distinfo
+++ b/misc/gpsd/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/01/05 16:52:45 tsarna Exp $
+$NetBSD: distinfo,v 1.2 2004/06/03 22:56:41 recht Exp $
SHA1 (gpsd-1.07.tar.gz) = 00650bec2f516bee671cd21f8f2fdc6c2aea0902
Size (gpsd-1.07.tar.gz) = 70930 bytes
+SHA1 (patch-aa) = dfe7bbdddb9298f7ea2ac196c121b56233a951d2
diff --git a/misc/gpsd/patches/patch-aa b/misc/gpsd/patches/patch-aa
new file mode 100644
index 00000000000..259fcc52a10
--- /dev/null
+++ b/misc/gpsd/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/06/03 22:56:41 recht 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>