Refresh patches
[navit-package] / debian / patches / remove-ttf-liberation
1 Handles the removal of embedded ttf-liberation from upstream-svn.
2 Index: navit/configure.in
3 ===================================================================
4 --- navit.orig/configure.in     2009-12-10 21:39:47.000000000 +0100
5 +++ navit/configure.in  2009-12-10 22:14:44.000000000 +0100
6 @@ -825,7 +825,6 @@
7  navit/fib-1.1/Makefile
8  navit/font/Makefile
9  navit/font/freetype/Makefile
10 -navit/fonts/Makefile
11  navit/graphics/Makefile
12  navit/graphics/android/Makefile
13  navit/graphics/gd/Makefile
14 Index: navit/navit/Makefile.am
15 ===================================================================
16 --- navit.orig/navit/Makefile.am        2009-12-10 21:39:47.000000000 +0100
17 +++ navit/navit/Makefile.am     2009-12-10 22:17:03.000000000 +0100
18 @@ -4,12 +4,9 @@
19  if PLUGINS
20    SUBDIRS += .
21  endif
22 -DIST_SUBDIRS=binding map maptool fib-1.1 font fonts gui graphics osd speech support vehicle xpm maps
23 +DIST_SUBDIRS=binding map maptool fib-1.1 font gui graphics osd speech support vehicle xpm maps
24  SUBDIRS+=binding map font gui graphics osd speech vehicle xpm
25  
26 -if FONTS
27 -  SUBDIRS += fonts
28 -endif
29  if !PLUGINS
30    SUBDIRS += .
31  endif