compat-32/pango-32/pango.modules-32.patch
2012-11-21 11:12:43 -06:00

22 lines
748 B
Diff

diff -urN pango-1.26.2.orig/pango/modules.c pango-1.26.2/pango/modules.c
--- pango-1.26.2.orig/pango/modules.c 2009-11-23 00:30:39.000000000 -0600
+++ pango-1.26.2/pango/modules.c 2011-12-16 09:57:12.249116902 -0600
@@ -509,7 +509,7 @@
if (!file_str)
file_str = g_build_filename (pango_get_sysconf_subdirectory (),
- "pango.modules",
+ "pango.modules-32",
NULL);
files = pango_split_file_list (file_str);
@@ -620,7 +620,7 @@
if (!no_module_warning)
{
gchar *filename = g_build_filename (pango_get_sysconf_subdirectory (),
- "pango.modules",
+ "pango.modules-32",
NULL);
g_critical ("No modules found:\n"
"No builtin or dynamically loaded modules were found.\n"