tangoGPS is an easy to use, fast and lightweight mapping application for use with or without GPS. It runs on any *nix platform from the desktop over eeePC down to phones like the Openmoko Neo. By default tangoGPS uses map data from the Openstreetmap project. Additionally a variety of other repositories can be easily added. The maps are automagically downloaded and cached for offline use while you drag or zoom the map. Furthermore you can conveniently pre-cache areas with tangoGPS.
35 lines
1020 B
Plaintext
35 lines
1020 B
Plaintext
$OpenBSD: patch-po_Makefile_in_in,v 1.1.1.1 2010/04/18 13:30:17 landry Exp $
|
|
--- po/Makefile.in.in.orig Sat Feb 13 17:48:20 2010
|
|
+++ po/Makefile.in.in Fri Apr 16 16:19:08 2010
|
|
@@ -27,10 +27,10 @@ prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
datarootdir = @datarootdir@
|
|
datadir = @datadir@
|
|
+datarootdir = @datarootdir@
|
|
libdir = @libdir@
|
|
-localedir = $(libdir)/locale
|
|
+localedir = $(datadir)/locale
|
|
gnulocaledir = $(datadir)/locale
|
|
-gettextsrcdir = $(datadir)/glib-2.0/gettext/po
|
|
subdir = po
|
|
|
|
INSTALL = @INSTALL@
|
|
@@ -168,17 +168,6 @@ install-data-yes: all
|
|
fi; \
|
|
fi; \
|
|
done
|
|
- if test "$(PACKAGE)" = "glib"; then \
|
|
- if test -r "$(MKINSTALLDIRS)"; then \
|
|
- $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
|
|
- else \
|
|
- $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \
|
|
- fi; \
|
|
- $(INSTALL_DATA) $(srcdir)/Makefile.in.in \
|
|
- $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
|
|
- else \
|
|
- : ; \
|
|
- fi
|
|
|
|
# Define this as empty until I found a useful application.
|
|
installcheck:
|