diff options
Diffstat (limited to 'source/l/pango/pango.etc.host.location.diff')
-rw-r--r-- | source/l/pango/pango.etc.host.location.diff | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/source/l/pango/pango.etc.host.location.diff b/source/l/pango/pango.etc.host.location.diff new file mode 100644 index 00000000..bb5a26db --- /dev/null +++ b/source/l/pango/pango.etc.host.location.diff @@ -0,0 +1,33 @@ +diff -uarN pango-1.22.4.orig/pango/Makefile.am pango-1.22.4/pango/Makefile.am +--- pango-1.22.4.orig/pango/Makefile.am 2008-12-16 07:14:00.000000000 +0100 ++++ pango-1.22.4/pango/Makefile.am 2009-03-04 23:58:26.000000000 +0100 +@@ -19,6 +19,7 @@ + -DPANGO_ENABLE_BACKEND \ + -DPANGO_ENABLE_ENGINE \ + -DSYSCONFDIR=\"$(sysconfdir)\" \ ++ -DHOST=\"$(host_triplet)\" \ + -DLIBDIR=\"$(libdir)\" \ + -I$(top_srcdir) \ + $(PANGO_DEBUG_FLAGS) \ +diff -uarN pango-1.22.4.orig/pango/Makefile.in pango-1.22.4/pango/Makefile.in +--- pango-1.22.4.orig/pango/Makefile.in 2008-12-16 07:14:36.000000000 +0100 ++++ pango-1.22.4/pango/Makefile.in 2009-03-04 23:58:26.000000000 +0100 +@@ -427,6 +427,7 @@ + -DPANGO_ENABLE_BACKEND \ + -DPANGO_ENABLE_ENGINE \ + -DSYSCONFDIR=\"$(sysconfdir)\" \ ++ -DHOST=\"$(host_triplet)\" \ + -DLIBDIR=\"$(libdir)\" \ + -I$(top_srcdir) \ + $(PANGO_DEBUG_FLAGS) \ +diff -uarN pango-1.22.4.orig/pango/modules.c pango-1.22.4/pango/modules.c +--- pango-1.22.4.orig/pango/modules.c 2008-12-16 07:14:00.000000000 +0100 ++++ pango-1.22.4/pango/modules.c 2009-03-04 23:58:26.000000000 +0100 +@@ -508,6 +508,7 @@ + + if (!file_str) + file_str = g_build_filename (pango_get_sysconf_subdirectory (), ++ HOST, + "pango.modules", + NULL); + |