summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-geosciences/gpsd/files/gpsd-2.26-dbus.patch')
-rw-r--r--sci-geosciences/gpsd/files/gpsd-2.26-dbus.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/sci-geosciences/gpsd/files/gpsd-2.26-dbus.patch b/sci-geosciences/gpsd/files/gpsd-2.26-dbus.patch
deleted file mode 100644
index 503dda271439..000000000000
--- a/sci-geosciences/gpsd/files/gpsd-2.26-dbus.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Index: gpsd_dbus.c
-===================================================================
---- gpsd_dbus.c (revision 223)
-+++ gpsd_dbus.c (working copy)
-@@ -57,7 +57,6 @@
- dbus_message_iter_append_double(&iter, gpsfix->eps);
- dbus_message_iter_append_double(&iter, gpsfix->climb);
- dbus_message_iter_append_double(&iter, gpsfix->epc);
-- dbus_message_iter_append_double(&iter, gpsfix->separation);
-
- dbus_message_set_no_reply(message, TRUE);
-
-Index: gpsd_dbus.h
-===================================================================
---- gpsd_dbus.h (revision 223)
-+++ gpsd_dbus.h (working copy)
-@@ -8,7 +8,7 @@
- #include <dbus/dbus.h>
- #include <gpsd.h>
-
--int initialize_dbus_conection (void);
-+int initialize_dbus_connection (void);
- void send_dbus_fix (struct gps_device_t* channel);
-
- #endif /* _gpsd_dbus_h_ */