Custom Query (1067 matches)
Results (112 - 114 of 1067)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#321 | fixed | configure.in - extraneous quotes in SVG2PNG_CONVERTER processing | KaZeR | Pini |
Description |
Hello,
Please find attached a small patch to remove extraneous quotes in AC_PATH_PROGS for SVG2PNG_CONVERTER. With the quotes set only the first prog is checked and the others are ignored. Thanks. |
|||
#322 | fixed | Endianness patch | KaZeR | Pini |
Description |
Hello,
Here is a patch to fix endianness issues on big-endian architectures. Please someone with a big-endian box test it, preferably with MG maps. Thanks. |
|||
#323 | fixed | configure.in - Typo in USE_GRAPHICS_SDL | KaZeR | Pini |
Description |
{{{
Index: navit/configure.in =================================================================== --- navit.orig/configure.in 2009-03-22 10:40:43.000000000 +0100 +++ navit/configure.in 2009-03-22 10:40:55.000000000 +0100 @@ -244,7 +244,7 @@ CPPFLAGS=$save_CPPFLAGS fi if test "x${enable_graphics_sdl}" = "xyes" ; then - AC_DEFINE(USE_GRAPICS_SDL, 1, [Build with graphics sdl]) + AC_DEFINE(USE_GRAPHICS_SDL, 1, [Build with graphics sdl]) fi AM_CONDITIONAL(USE_GRAPHICS_SDL, test "x${enable_graphics_sdl}" = "xyes") }}} |
Note: See TracQuery
for help on using queries.