cvsdist 1cf4425
--- pango-1.2.5/pango/Makefile.am.lib64	2003-08-25 10:12:45.000000000 -0400
cvsdist 1cf4425
+++ pango-1.2.5/pango/Makefile.am	2003-12-08 18:43:51.000000000 -0500
cvsdist 1cf4425
@@ -16,6 +16,7 @@
cvsdist 1cf4425
 	-DPANGO_ENABLE_BACKEND				\
cvsdist 1cf4425
 	-DPANGO_ENABLE_ENGINE				\
cvsdist 1cf4425
 	-DSYSCONFDIR=\"$(sysconfdir)\"			\
cvsdist 1cf4425
+	-DHOST=\"$(host_triplet)\"			\
cvsdist 1cf4425
 	-DLIBDIR=\"$(libdir)\"				\
cvsdist 1cf4425
 	-DMODULE_VERSION=\"$(PANGO_MODULE_VERSION)\"	\
cvsdist 1cf4425
 	-DG_DISABLE_DEPRECATED				\
cvsdist 1cf4425
--- pango-1.2.5/pango/modules.c.lib64	2002-12-06 19:54:27.000000000 -0500
cvsdist 1cf4425
+++ pango-1.2.5/pango/modules.c	2003-12-08 18:43:51.000000000 -0500
cvsdist 1cf4425
@@ -353,6 +353,7 @@
cvsdist 1cf4425
 
cvsdist 1cf4425
   if (!file_str)
cvsdist 1cf4425
     file_str = g_build_filename (pango_get_sysconf_subdirectory (),
cvsdist 1cf4425
+				 HOST,
cvsdist 1cf4425
 				 "pango.modules",
cvsdist 1cf4425
 				 NULL);
cvsdist 1cf4425
 
cvsdist 1cf4425
--- pango-1.2.5/pango/Makefile.in.lib64	2003-12-09 10:48:24.000000000 -0500
cvsdist 1cf4425
+++ pango-1.2.5/pango/Makefile.in	2003-12-09 10:48:32.000000000 -0500
cvsdist 1cf4425
@@ -135,6 +135,7 @@
cvsdist 1cf4425
 	-DPANGO_ENABLE_BACKEND				\
cvsdist 1cf4425
 	-DPANGO_ENABLE_ENGINE				\
cvsdist 1cf4425
 	-DSYSCONFDIR=\"$(sysconfdir)\"			\
cvsdist 1cf4425
+	-DHOST=\"$(host_triplet)\"			\
cvsdist 1cf4425
 	-DLIBDIR=\"$(libdir)\"				\
cvsdist 1cf4425
 	-DMODULE_VERSION=\"$(PANGO_MODULE_VERSION)\"	\
cvsdist 1cf4425
 	-DG_DISABLE_DEPRECATED				\