summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-07-10 16:46:59 +0000
committerkristerw <kristerw@pkgsrc.org>2004-07-10 16:46:59 +0000
commite619a43d973dc08be736c79591df52297b5e6b71 (patch)
tree92443249e1070c2f9e79e79ead49f0e113cca236 /ham
parent4de62a39877c93faa0a716340dc9466e04d1fbd3 (diff)
downloadpkgsrc-e619a43d973dc08be736c79591df52297b5e6b71.tar.gz
Add a missing include file to make this package build on NetBSD 2.0.
Diffstat (limited to 'ham')
-rw-r--r--ham/locator/distinfo3
-rw-r--r--ham/locator/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/ham/locator/distinfo b/ham/locator/distinfo
index 5cf484f63a0..bcdc6638bea 100644
--- a/ham/locator/distinfo
+++ b/ham/locator/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2002/07/02 12:53:10 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/07/10 16:46:59 kristerw Exp $
SHA1 (locator-0.1.tar.gz) = a7c6efe6b10df583b473e673f9332c1ddfd424ea
Size (locator-0.1.tar.gz) = 2555 bytes
+SHA1 (patch-aa) = 810c0ec364beeb0d399907fbfdf8f887b091bf6c
diff --git a/ham/locator/patches/patch-aa b/ham/locator/patches/patch-aa
new file mode 100644
index 00000000000..bcd0aa3d5d3
--- /dev/null
+++ b/ham/locator/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2004/07/10 16:46:59 kristerw Exp $
+
+--- conv_fn.cc.orig 2004-07-10 18:41:17.000000000 +0200
++++ conv_fn.cc 2004-07-10 18:43:20.000000000 +0200
+@@ -5,6 +5,7 @@
+
+ #include <ctype.h>
+ #include <math.h>
++#include <string.h>
+
+ int GPStoLOCATOR(float gps_long, float gps_lat, char *locator) {
+ /* gps_long and gps_lat are the longitutes (-180 to +180) and */