Refresh debian/patches.
[navit-package] / debian / patches / remove-zlib
1 Handles the removal of embedded zlib from upstream-svn.
2 Index: navit/configure.in
3 ===================================================================
4 --- navit.orig/configure.in     2009-03-16 22:17:50.000000000 +0100
5 +++ navit/configure.in  2009-03-16 22:17:53.000000000 +0100
6 @@ -739,7 +739,6 @@
7  navit/support/Makefile
8  navit/support/win32/Makefile
9  navit/support/wordexp/Makefile
10 -navit/support/zlib/Makefile
11  navit/vehicle/Makefile
12  navit/vehicle/file/Makefile
13  navit/vehicle/gpsd/Makefile
14 Index: navit/navit/support/Makefile.am
15 ===================================================================
16 --- navit.orig/navit/support/Makefile.am        2009-03-16 22:17:50.000000000 +0100
17 +++ navit/navit/support/Makefile.am     2009-03-16 22:17:53.000000000 +0100
18 @@ -5,7 +5,4 @@
19  if SUPPORT_WIN32
20    SUBDIRS+=win32
21  endif
22 -if SUPPORT_ZLIB
23 -  SUBDIRS+=zlib
24 -endif
25 -DIST_SUBDIRS=wordexp win32 zlib
26 +DIST_SUBDIRS=wordexp win32