summaryrefslogtreecommitdiffstats
path: root/source/l/pango/pango.etc.host.location.diff
blob: bb5a26dba089049e458d0a80cc50690ae507d94b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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);