* first bunch of updates toward new release
[navit-package] / debian / patches / remove-win32
1 Handle the removal of win32 specific parts from upstream-svn.
2 Index: navit/configure.in
3 ===================================================================
4 --- navit.orig/configure.in     2010-01-28 11:24:28.997470291 +0100
5 +++ navit/configure.in  2010-01-28 11:24:32.027887002 +0100
6 @@ -870,11 +870,9 @@
7  navit/graphics/null/Makefile
8  navit/graphics/sdl/Makefile
9  navit/graphics/qt_qpainter/Makefile
10 -navit/graphics/win32/Makefile
11  navit/gui/Makefile
12  navit/gui/gtk/Makefile
13  navit/gui/internal/Makefile
14 -navit/gui/win32/Makefile
15  navit/osd/Makefile
16  navit/osd/core/Makefile
17  navit/speech/Makefile
18 @@ -886,7 +884,6 @@
19  navit/support/Makefile
20  navit/support/espeak/Makefile
21  navit/support/libpng/Makefile
22 -navit/support/win32/Makefile
23  navit/support/wordexp/Makefile
24  navit/vehicle/Makefile
25  navit/vehicle/android/Makefile
26 Index: navit/navit/gui/Makefile.am
27 ===================================================================
28 --- navit.orig/navit/gui/Makefile.am    2010-01-28 11:24:05.031222813 +0100
29 +++ navit/navit/gui/Makefile.am 2010-01-28 11:24:32.027887002 +0100
30 @@ -5,6 +5,3 @@
31  if GUI_GTK
32    SUBDIRS += gtk
33  endif
34 -if GUI_WIN32
35 -  SUBDIRS += win32
36 -endif
37 Index: navit/navit/graphics/Makefile.am
38 ===================================================================
39 --- navit.orig/navit/graphics/Makefile.am       2010-01-28 11:24:05.037889640 +0100
40 +++ navit/navit/graphics/Makefile.am    2010-01-28 11:24:32.027887002 +0100
41 @@ -14,9 +14,6 @@
42  if USE_GRAPHICS_SDL
43    SUBDIRS+=sdl
44  endif
45 -if GRAPHICS_WIN32
46 -  SUBDIRS+=win32
47 -endif
48  if GRAPHICS_GD
49    SUBDIRS+=gd
50  endif