diff options
Diffstat (limited to 'extra/gpsbabel/exeext.patch')
-rw-r--r-- | extra/gpsbabel/exeext.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/gpsbabel/exeext.patch b/extra/gpsbabel/exeext.patch new file mode 100644 index 000000000..fbc808ab8 --- /dev/null +++ b/extra/gpsbabel/exeext.patch @@ -0,0 +1,11 @@ +--- configure.in 2009-02-07 18:18:10.000000000 -0800 ++++ configure.in 2009-02-07 18:18:10.000000000 -0800 +@@ -36,7 +36,7 @@ + AC_PROG_INSTALL + AC_PROG_MAKE_SET + AC_EXEEXT +-AC_SUBST(AC_EXEEXT) ++#AC_SUBST(AC_EXEEXT) + AC_C_BIGENDIAN + + # Checks for libraries. |