%files section.
[fedora-mingw.git] / inkscape / mingw32-inkscape-20081027-pango-enable-engine.patch
1 Index: src/libnrtype/FontFactory.cpp
2 ===================================================================
3 --- src/libnrtype/FontFactory.cpp       (revision 20065)
4 +++ src/libnrtype/FontFactory.cpp       (working copy)
5 @@ -8,6 +8,8 @@
6   *
7   */
8  
9 +#define PANGO_ENABLE_ENGINE
10 +
11  #include "FontFactory.h"
12  #include <libnrtype/font-instance.h>
13  
14 Index: src/libnrtype/Layout-TNG-Input.cpp
15 ===================================================================
16 --- src/libnrtype/Layout-TNG-Input.cpp  (revision 20065)
17 +++ src/libnrtype/Layout-TNG-Input.cpp  (working copy)
18 @@ -9,6 +9,8 @@
19   * Released under GNU GPL, read the file 'COPYING' for more information
20   */
21  
22 +#define PANGO_ENABLE_ENGINE
23 +
24  #include <gtk/gtkversion.h>
25  #include "Layout-TNG.h"
26  #include "style.h"
27 Index: src/libnrtype/FontInstance.cpp
28 ===================================================================
29 --- src/libnrtype/FontInstance.cpp      (revision 20065)
30 +++ src/libnrtype/FontInstance.cpp      (working copy)
31 @@ -8,6 +8,8 @@
32   *
33   */
34  
35 +#define PANGO_ENABLE_ENGINE
36 +
37  #ifdef HAVE_CONFIG_H
38  # include <config.h>
39  #endif