]> git.pld-linux.org Git - packages/pango.git/blob - pango-freetype.patch
- lower xft deps (2.1.2 is not really needed) to allow using with XFree86
[packages/pango.git] / pango-freetype.patch
1 diff -urN aaa/pango-1.1.4/examples/Makefile.am pango-1.1.4/examples/Makefile.am
2 --- aaa/pango-1.1.4/examples/Makefile.am        Tue Nov 26 14:36:40 2002
3 +++ pango-1.1.4/examples/Makefile.am    Tue Dec  3 21:25:17 2002
4 @@ -6,9 +6,9 @@
5         -DG_DISABLE_DEPRECATED          \
6         -I$(top_srcdir)                 \
7         $(QT_INCLUDES)                  \
8 +       $(FREETYPE_CFLAGS)      \
9         $(GLIB_CFLAGS)                  \
10 -       $(FONTCONFIG_CFLAGS)            \
11 -       $(FREETYPE_CFLAGS)
12 +       $(FONTCONFIG_CFLAGS)
13  
14  ###################################################
15  
This page took 0.036708 seconds and 3 git commands to generate.