/[pkg-grass]/packages/gosmore/debian/patches/10_bad_gpsd_header.dpatch
ViewVC logotype

Contents of /packages/gosmore/debian/patches/10_bad_gpsd_header.dpatch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1252 - (show annotations) (download)
Thu Nov 1 10:49:00 2007 UTC (5 years, 6 months ago) by pere
File size: 454 byte(s)
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

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.5