diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-06-11 19:14:22 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-06-11 19:14:22 +0000 |
commit | 3ad7c81ebc6f930029f9cb81720412e3fcb4e7dd (patch) | |
tree | ee27dec17ca43f612026399e8496d55e88bab86e /recipes/gpsbabel/gpsbabel-1.3.6/autotools.patch | |
parent | b76702c13a93e055503201c2003ea2dd90c5923a (diff) |
gpsbabel: Fixed for new autotools.
Diffstat (limited to 'recipes/gpsbabel/gpsbabel-1.3.6/autotools.patch')
-rw-r--r-- | recipes/gpsbabel/gpsbabel-1.3.6/autotools.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gpsbabel/gpsbabel-1.3.6/autotools.patch b/recipes/gpsbabel/gpsbabel-1.3.6/autotools.patch new file mode 100644 index 0000000000..e95bd64048 --- /dev/null +++ b/recipes/gpsbabel/gpsbabel-1.3.6/autotools.patch @@ -0,0 +1,13 @@ +Index: gpsbabel-1.3.6/configure.in +=================================================================== +--- gpsbabel-1.3.6.orig/configure.in 2008-10-31 12:43:21.000000000 +0000 ++++ gpsbabel-1.3.6/configure.in 2009-06-11 17:15:12.000000000 +0000 +@@ -36,7 +36,7 @@ + AC_PROG_INSTALL + AC_PROG_MAKE_SET + AC_EXEEXT +-AC_SUBST(AC_EXEEXT) ++AC_SUBST(EXEEXT) + AC_C_BIGENDIAN + + # Checks for libraries. |