Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 40ca3fd960524d3bce41d25f85d32e3f > files > 1

pango-1.28.0-1.2mdv2010.2.src.rpm

diff -p -up pango-1.22.4/pango/Makefile.am.lib64 pango-1.22.4/pango/Makefile.am
--- pango-1.22.4/pango/Makefile.am.lib64	2008-12-16 07:14:00.000000000 +0100
+++ pango-1.22.4/pango/Makefile.am	2008-12-18 22:08:47.000000000 +0100
@@ -19,6 +19,7 @@ INCLUDES =						\
 	-DPANGO_ENABLE_BACKEND				\
 	-DPANGO_ENABLE_ENGINE				\
 	-DSYSCONFDIR=\"$(sysconfdir)\"			\
+	-DARCH=\"$(ARCH)\"                              \
 	-DLIBDIR=\"$(libdir)\"				\
 	-I$(top_srcdir)					\
 	$(PANGO_DEBUG_FLAGS)				\
diff -p -up pango-1.22.4/pango/modules.c.lib64 pango-1.22.4/pango/modules.c
--- pango-1.22.4/pango/modules.c.lib64	2008-12-16 07:14:00.000000000 +0100
+++ pango-1.22.4/pango/modules.c	2008-12-18 22:10:03.000000000 +0100
@@ -508,6 +508,7 @@ read_modules (void)
 
   if (!file_str)
     file_str = g_build_filename (pango_get_sysconf_subdirectory (),
+				 ARCH,
 				 "pango.modules",
 				 NULL);
 
@@ -619,6 +620,7 @@ build_map (PangoMapInfo *info)
       if (!no_module_warning)
 	{
 	  gchar *filename = g_build_filename (pango_get_sysconf_subdirectory (),
+					      ARCH,
 					      "pango.modules",
 					      NULL);
 	  g_critical ("No modules found:\n"