Refresh patches.
[navit-package] / debian / patches / remove-glib
1 Handles the removal of embedded glib from upstream-svn.
2 Index: navit/configure.in
3 ===================================================================
4 --- navit.orig/configure.in     2009-03-30 16:59:44.000000000 +0200
5 +++ navit/configure.in  2009-03-30 16:59:55.000000000 +0200
6 @@ -749,7 +749,6 @@
7  navit/speech/speech_dispatcher/Makefile
8  navit/support/Makefile
9  navit/support/ezxml/Makefile
10 -navit/support/glib/Makefile
11  navit/support/libc/Makefile
12  navit/support/win32/Makefile
13  navit/support/wordexp/Makefile
14 Index: navit/navit/support/Makefile.am
15 ===================================================================
16 --- navit.orig/navit/support/Makefile.am        2009-03-19 22:01:57.000000000 +0100
17 +++ navit/navit/support/Makefile.am     2009-03-30 16:59:55.000000000 +0200
18 @@ -2,9 +2,6 @@
19  if SUPPORT_EZXML
20    SUBDIRS+=ezxml
21  endif
22 -if SUPPORT_GLIB
23 -  SUBDIRS+=glib
24 -endif
25  if SUPPORT_WORDEXP
26    SUBDIRS+=wordexp
27  endif
28 @@ -17,4 +14,4 @@
29  if SUPPORT_LIBC
30   SUBDIRS+=libc
31  endif
32 -DIST_SUBDIRS=ezxml glib wordexp win32 zlib libc
33 +DIST_SUBDIRS=ezxml wordexp win32 zlib libc