summaryrefslogtreecommitdiff
path: root/geography/osm-gps-map/patches
diff options
context:
space:
mode:
authorrodent <rodent>2015-07-13 02:31:55 +0000
committerrodent <rodent>2015-07-13 02:31:55 +0000
commit11020539b3ff86a5061983edf0c519d3f00c199d (patch)
tree047e40c1970860a1d6c36257ce85777935aac704 /geography/osm-gps-map/patches
parented7f979ea4dcb7dca0e75d98a302b67bdb5f4dc6 (diff)
downloadpkgsrc-11020539b3ff86a5061983edf0c519d3f00c199d.tar.gz
Import osm-gps-map-1.0.2 as geography/osm-gps-map.
osm-gps-map is a Gtk mapping widget that when given GPS co-ordinates, draws a GPS track, and points of interest on a moving map display. osm-gps-map Downloads map data from a number of websites, including openstreetmap.org, openaerialmap.org and others and can be used to build desktop mapping or geolocation applications.
Diffstat (limited to 'geography/osm-gps-map/patches')
-rw-r--r--geography/osm-gps-map/patches/patch-Makefile.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/geography/osm-gps-map/patches/patch-Makefile.in b/geography/osm-gps-map/patches/patch-Makefile.in
new file mode 100644
index 00000000000..6c4fa58684e
--- /dev/null
+++ b/geography/osm-gps-map/patches/patch-Makefile.in
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.in,v 1.1 2015/07/13 02:31:55 rodent Exp $
+
+Fix DOCDIR.
+
+--- Makefile.in.orig 2014-04-08 20:31:26.000000000 +0000
++++ Makefile.in
+@@ -299,7 +299,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
+ --enable-maintainer-flags
+
+ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+-osm_gps_mapdocdir = ${prefix}/doc/osm-gps-map
++osm_gps_mapdocdir = ${docdir}/osm-gps-map
+ osm_gps_mapdoc_DATA = \
+ README \
+ COPYING \