summaryrefslogtreecommitdiff
path: root/package/gpsd/patches/patch-hex_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-17 20:10:15 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-17 20:10:15 +0100
commitf9011c1275b13f39e4ab4552173bfb91b2ffae56 (patch)
tree6a6cc8e0762a2da326e1657bda7308d6ffd3dc42 /package/gpsd/patches/patch-hex_c
parentdc06fc81176cf7bd6024e6bfc0666abdd0207fbf (diff)
fix build on OpenBSD host
- add a wrapper script for autoconf and autoreconf to avoid ifdef gluecode for every OS/autoconf combination - need to add more autoconf version for NetBSD/MirBSD
Diffstat (limited to 'package/gpsd/patches/patch-hex_c')
-rw-r--r--package/gpsd/patches/patch-hex_c6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/gpsd/patches/patch-hex_c b/package/gpsd/patches/patch-hex_c
index ebb2e1697..ad6b2e981 100644
--- a/package/gpsd/patches/patch-hex_c
+++ b/package/gpsd/patches/patch-hex_c
@@ -1,6 +1,6 @@
---- gpsd-2.39.orig/hex.c 2009-03-18 18:37:56.000000000 +0100
-+++ gpsd-2.39/hex.c 2009-06-13 09:13:58.000000000 +0200
-@@ -61,7 +61,7 @@ int gpsd_hexpack(char *src, char *dst, s
+--- gpsd-2.39.orig/hex.c Wed Mar 18 18:37:56 2009
++++ gpsd-2.39/hex.c Tue Feb 16 21:33:16 2010
+@@ -61,7 +61,7 @@ int gpsd_hexpack(char *src, char *dst, size_t len){
if ((l < 1) || ((size_t)l > len))
return -2;