da69ddd9cb2ee0090bbae305a053f0f29343ffea
[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-12 22:26:47.000000000 +0100
5 +++ navit/configure.in  2009-03-12 22:27:00.000000000 +0100
6 @@ -734,7 +734,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-08 22:17:43.000000000 +0100
17 +++ navit/navit/support/Makefile.am     2009-03-12 22:27:00.000000000 +0100
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