0560b00402e783cc8a560dedd642a8dff1e24348
[navit-package] / debian / patches / remove-ezxml
1 Handles the removal of embedded ezxml from upstream-svn.
2 Index: navit/configure.in
3 ===================================================================
4 --- navit.orig/configure.in     2009-03-12 22:27:15.000000000 +0100
5 +++ navit/configure.in  2009-03-12 22:27:24.000000000 +0100
6 @@ -731,7 +731,6 @@
7  navit/speech/cmdline/Makefile
8  navit/speech/speech_dispatcher/Makefile
9  navit/support/Makefile
10 -navit/support/ezxml/Makefile
11  navit/support/win32/Makefile
12  navit/support/wordexp/Makefile
13  navit/support/zlib/Makefile
14 Index: navit/navit/support/Makefile.am
15 ===================================================================
16 --- navit.orig/navit/support/Makefile.am        2009-03-12 22:27:08.000000000 +0100
17 +++ navit/navit/support/Makefile.am     2009-03-12 22:27:24.000000000 +0100
18 @@ -1,7 +1,4 @@
19  SUBDIRS=
20 -if SUPPORT_EZXML
21 -  SUBDIRS+=ezxml
22 -endif
23  if SUPPORT_WORDEXP
24    SUBDIRS+=wordexp
25  endif
26 @@ -11,4 +8,4 @@
27  if SUPPORT_ZLIB
28    SUBDIRS+=zlib
29  endif
30 -DIST_SUBDIRS=ezxml wordexp win32 zlib
31 +DIST_SUBDIRS=wordexp win32 zlib