3f4bf00f032fb2b415273da60ebd61e0411519e9
[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-17 03:33:06.341882540 +0100
5 +++ navit/configure.in  2010-01-17 03:33:08.708548445 +0100
6 @@ -861,11 +861,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 @@ -877,7 +875,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-17 03:05:32.165381006 +0100
29 +++ navit/navit/gui/Makefile.am 2010-01-17 03:33:08.708548445 +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-17 03:05:32.162047510 +0100
40 +++ navit/navit/graphics/Makefile.am    2010-01-17 03:33:08.708548445 +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