This commit is contained in:
committed by
Git OBS Bridge
parent
9289a62119
commit
2bc3ccb886
58
pango64.patch
Normal file
58
pango64.patch
Normal file
@@ -0,0 +1,58 @@
|
||||
Index: modules/Makefile.am
|
||||
===================================================================
|
||||
--- modules/Makefile.am.orig
|
||||
+++ modules/Makefile.am
|
||||
@@ -30,10 +30,10 @@ install-data-local: $(top_builddir)/pang
|
||||
@if $(RUN_QUERY_MODULES_TEST) && test -z "$(DESTDIR)" ; then \
|
||||
echo $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango \&\& \
|
||||
$(top_builddir)/pango/pango-querymodules$(EXEEXT) \
|
||||
- \> $(DESTDIR)$(sysconfdir)/pango/pango.modules ; \
|
||||
+ \> $(DESTDIR)$(sysconfdir)/pango/pango64.modules ; \
|
||||
$(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango && \
|
||||
$(top_builddir)/pango/pango-querymodules$(EXEEXT) \
|
||||
- > $(DESTDIR)$(sysconfdir)/pango/pango.modules ; \
|
||||
+ > $(DESTDIR)$(sysconfdir)/pango/pango64.modules ; \
|
||||
else \
|
||||
echo "***" ; \
|
||||
echo "*** Warning: $(sysconfdir)/pango/pango.modules" ; \
|
||||
Index: modules/pangorc
|
||||
===================================================================
|
||||
--- modules/pangorc.orig
|
||||
+++ modules/pangorc
|
||||
@@ -5,4 +5,4 @@
|
||||
#
|
||||
|
||||
[Pango]
|
||||
-ModuleFiles = ../modules/pango.modules
|
||||
+ModuleFiles = ../modules/pango64.modules
|
||||
Index: pango/modules.c
|
||||
===================================================================
|
||||
--- pango/modules.c.orig
|
||||
+++ pango/modules.c
|
||||
@@ -328,7 +328,7 @@ find_or_create_module (const char *raw_p
|
||||
/* This is an entry put there by make install on the
|
||||
* packager's system. On Windows a prebuilt Pango
|
||||
* package can be installed in a random
|
||||
- * location. The pango.modules file distributed in
|
||||
+ * location. The pango64.modules file distributed in
|
||||
* such a package contains paths from the package
|
||||
* builder's machine. Replace the path with the real
|
||||
* one on this machine. */
|
||||
@@ -508,7 +508,7 @@ read_modules (void)
|
||||
|
||||
if (!file_str)
|
||||
file_str = g_build_filename (pango_get_sysconf_subdirectory (),
|
||||
- "pango.modules",
|
||||
+ "pango64.modules",
|
||||
NULL);
|
||||
|
||||
files = pango_split_file_list (file_str);
|
||||
@@ -619,7 +619,7 @@ build_map (PangoMapInfo *info)
|
||||
if (!no_module_warning)
|
||||
{
|
||||
gchar *filename = g_build_filename (pango_get_sysconf_subdirectory (),
|
||||
- "pango.modules",
|
||||
+ "pango64.modules",
|
||||
NULL);
|
||||
g_warning ("No builtin or dynamically\n"
|
||||
"loaded modules were found. Pango will not work correctly.\n"
|
Reference in New Issue
Block a user