diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/gpsd/patches/patch-gpsd_h |
Initial import
Diffstat (limited to 'package/gpsd/patches/patch-gpsd_h')
-rw-r--r-- | package/gpsd/patches/patch-gpsd_h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/package/gpsd/patches/patch-gpsd_h b/package/gpsd/patches/patch-gpsd_h new file mode 100644 index 000000000..50c8db101 --- /dev/null +++ b/package/gpsd/patches/patch-gpsd_h @@ -0,0 +1,24 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- gpsd-2.37.orig/gpsd.h 2008-02-17 18:47:00.000000000 +0100 ++++ gpsd-2.37/gpsd.h 2008-10-09 14:08:46.000000000 +0200 +@@ -22,16 +22,16 @@ + /* #undef DBUS_ENABLE */ + #define EARTHMATE_ENABLE 1 + #define EVERMORE_ENABLE 1 +-/* #undef FV18_ENABLE */ ++#define FV18_ENABLE 1 + /* #undef GARMINTXT_ENABLE */ + #define GARMIN_ENABLE 1 + #define GPSCLOCK_ENABLE 1 + #define ITRAX_ENABLE 1 + #define NAVCOM_ENABLE 1 + #define NMEA_ENABLE 1 +-/* #undef NTPSHM_ENABLE */ +-/* #undef NTRIP_ENABLE */ +-/* #undef PPS_ENABLE */ ++#define NTPSHM_ENABLE 1 ++#define NTRIP_ENABLE 1 ++#define PPS_ENABLE 1 + #define RTCM104_ENABLE 1 + #define SIRF_ENABLE 1 + /* #undef SQUELCH_ENABLE */ |