diff options
author | agc <agc@pkgsrc.org> | 2004-07-22 11:36:00 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-07-22 11:36:00 +0000 |
commit | cab251de4194bf924e98fab62bfb477055e4b87e (patch) | |
tree | 87c6ea884ac84b0d2d1be2321de478323e19c834 /misc/gpsdrive/patches/patch-ad | |
parent | 5faa2bbccee556beb3bce527bffb48a043228593 (diff) | |
download | pkgsrc-cab251de4194bf924e98fab62bfb477055e4b87e.tar.gz |
Make this package compile with gcc3.3.
Addresses problem reported in PR 26398.
Diffstat (limited to 'misc/gpsdrive/patches/patch-ad')
-rw-r--r-- | misc/gpsdrive/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/gpsdrive/patches/patch-ad b/misc/gpsdrive/patches/patch-ad new file mode 100644 index 00000000000..aa36e7c7ccf --- /dev/null +++ b/misc/gpsdrive/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2004/07/22 11:36:01 agc 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> |