3b512f1cabb758a5aea5ec50a30b8cc61f817bfd
[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     2009-03-12 22:27:30.000000000 +0100
5 +++ navit/configure.in  2009-03-12 22:29:15.000000000 +0100
6 @@ -720,18 +720,15 @@
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  navit/speech/cmdline/Makefile
19  navit/speech/speech_dispatcher/Makefile
20  navit/support/Makefile
21 -navit/support/win32/Makefile
22  navit/support/wordexp/Makefile
23  navit/vehicle/Makefile
24  navit/vehicle/file/Makefile
25 Index: navit/navit/support/Makefile.am
26 ===================================================================
27 --- navit.orig/navit/support/Makefile.am        2009-03-12 22:27:30.000000000 +0100
28 +++ navit/navit/support/Makefile.am     2009-03-12 22:28:04.000000000 +0100
29 @@ -2,7 +2,4 @@
30  if SUPPORT_WORDEXP
31    SUBDIRS+=wordexp
32  endif
33 -if SUPPORT_WIN32
34 -  SUBDIRS+=win32
35 -endif
36 -DIST_SUBDIRS=wordexp win32
37 +DIST_SUBDIRS=wordexp
38 Index: navit/navit/gui/Makefile.am
39 ===================================================================
40 --- navit.orig/navit/gui/Makefile.am    2009-03-12 21:25:31.000000000 +0100
41 +++ navit/navit/gui/Makefile.am 2009-03-12 22:28:04.000000000 +0100
42 @@ -5,6 +5,3 @@
43  if GUI_GTK
44    SUBDIRS += gtk
45  endif
46 -if GUI_WIN32
47 -  SUBDIRS += win32
48 -endif
49 Index: navit/navit/graphics/Makefile.am
50 ===================================================================
51 --- navit.orig/navit/graphics/Makefile.am       2009-03-12 21:25:31.000000000 +0100
52 +++ navit/navit/graphics/Makefile.am    2009-03-12 22:28:04.000000000 +0100
53 @@ -11,9 +11,6 @@
54  if USE_GRAPHICS_SDL
55    SUBDIRS+=sdl
56  endif
57 -if GRAPHICS_WIN32
58 -  SUBDIRS+=win32
59 -endif
60  if GRAPHICS_GD
61    SUBDIRS+=gd
62  endif