Parent Directory
|
Revision Log
New patch 10_bad_gpsd_header.dpatch to make sure the defines required by gps.h is set during compilation. Add dpatch as build-depend to get the patch applied.
| 1 | #! /bin/sh /usr/share/dpatch/dpatch-run |
| 2 | ## 10_bad_gpsd_header.dpatch by Petter Reinholdtsen <pere@hungry.com> |
| 3 | ## |
| 4 | ## DP: gps.h assume a few defines are set, and do not work out of the |
| 5 | ## DP: box. Make sure these defines are set. |
| 6 | |
| 7 | @DPATCH@ |
| 8 | --- gosmore-0.0.0.20070901.orig/gosmore.cc |
| 9 | +++ gosmore-0.0.0.20070901/gosmore.cc |
| 10 | @@ -18,6 +18,7 @@ |
| 11 | #include <unistd.h> |
| 12 | #include <sys/types.h> |
| 13 | #ifdef USE_GPSD |
| 14 | +#include <gpsd_config.h> |
| 15 | #include <gps.h> |
| 16 | #endif |
| 17 |
| Name | Value |
|---|---|
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |