diff options
Diffstat (limited to 'sci-geosciences/gpx-viewer/files/gpx-viewer-0.3.0-autopoint.patch')
-rw-r--r-- | sci-geosciences/gpx-viewer/files/gpx-viewer-0.3.0-autopoint.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-geosciences/gpx-viewer/files/gpx-viewer-0.3.0-autopoint.patch b/sci-geosciences/gpx-viewer/files/gpx-viewer-0.3.0-autopoint.patch new file mode 100644 index 000000000000..22c7bb06e764 --- /dev/null +++ b/sci-geosciences/gpx-viewer/files/gpx-viewer-0.3.0-autopoint.patch @@ -0,0 +1,15 @@ + configure.ac | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/configure.ac b/configure.ac +index 6240cab..be1e761 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -6,6 +6,7 @@ m4_define([package_version], [package_major_version.package_minor_version.packag + + AC_INIT([GPX Viewer],[package_version],[qball@sarine.nl],[gpx-viewer],[http://blog.sarine.nl/gpx-viewer/]) + ++AC_CONFIG_MACRO_DIR([m4]) + + AC_CONFIG_HEADER([config.h]) + AM_INIT_AUTOMAKE |