Drop old, unused patches

This commit is contained in:
Kalev Lember 2015-05-31 21:50:48 +02:00
parent ada01a48e4
commit 66d48f2c40
3 changed files with 0 additions and 96 deletions

View File

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

View File

@ -1,33 +0,0 @@
diff -up pango-1.21.4/pango/Makefile.am.lib64 pango-1.21.4/pango/Makefile.am
--- pango-1.21.4/pango/Makefile.am.lib64 2008-08-06 04:38:38.000000000 -0400
+++ pango-1.21.4/pango/Makefile.am 2008-08-11 23:05:06.000000000 -0400
@@ -19,6 +19,7 @@ INCLUDES = \
-DPANGO_ENABLE_BACKEND \
-DPANGO_ENABLE_ENGINE \
-DSYSCONFDIR=\"$(sysconfdir)\" \
+ -DHOST=\"$(host_triplet)\" \
-DLIBDIR=\"$(libdir)\" \
-I$(top_srcdir) \
$(PANGO_DEBUG_FLAGS) \
diff -up pango-1.21.4/pango/Makefile.in.lib64 pango-1.21.4/pango/Makefile.in
--- pango-1.21.4/pango/Makefile.in.lib64 2008-08-11 19:36:44.000000000 -0400
+++ pango-1.21.4/pango/Makefile.in 2008-08-11 23:05:37.000000000 -0400
@@ -427,6 +427,7 @@ INCLUDES = \
-DPANGO_ENABLE_BACKEND \
-DPANGO_ENABLE_ENGINE \
-DSYSCONFDIR=\"$(sysconfdir)\" \
+ -DHOST=\"$(host_triplet)\" \
-DLIBDIR=\"$(libdir)\" \
-I$(top_srcdir) \
$(PANGO_DEBUG_FLAGS) \
diff -up pango-1.21.4/pango/modules.c.lib64 pango-1.21.4/pango/modules.c
--- pango-1.21.4/pango/modules.c.lib64 2008-07-05 14:34:52.000000000 -0400
+++ pango-1.21.4/pango/modules.c 2008-08-11 23:01:27.000000000 -0400
@@ -508,6 +508,7 @@ read_modules (void)
if (!file_str)
file_str = g_build_filename (pango_get_sysconf_subdirectory (),
+ HOST,
"pango.modules",
NULL);

View File

@ -1,33 +0,0 @@
diff -up pango-1.29.5/pango/Makefile.am.lib64 pango-1.29.5/pango/Makefile.am
--- pango-1.29.5/pango/Makefile.am.lib64 2011-11-22 13:59:54.000000000 -0500
+++ pango-1.29.5/pango/Makefile.am 2011-11-22 16:39:49.407443964 -0500
@@ -25,6 +25,7 @@ INCLUDES = \
-DPANGO_ENABLE_BACKEND \
-DPANGO_ENABLE_ENGINE \
-DSYSCONFDIR=\"$(sysconfdir)\" \
+ -DHOST=\"$(host_triplet)\" \
-DLIBDIR=\"$(libdir)\" \
-I$(top_srcdir) \
-I$(top_builddir) \
diff -up pango-1.29.5/pango/Makefile.in.lib64 pango-1.29.5/pango/Makefile.in
--- pango-1.29.5/pango/Makefile.in.lib64 2011-11-22 14:07:59.000000000 -0500
+++ pango-1.29.5/pango/Makefile.in 2011-11-22 16:40:20.090442868 -0500
@@ -557,6 +557,7 @@ INCLUDES = \
-DPANGO_ENABLE_BACKEND \
-DPANGO_ENABLE_ENGINE \
-DSYSCONFDIR=\"$(sysconfdir)\" \
+ -DHOST=\"$(host_triplet)\" \
-DLIBDIR=\"$(libdir)\" \
-I$(top_srcdir) \
-I$(top_builddir) \
diff -up pango-1.29.5/pango/modules.c.lib64 pango-1.29.5/pango/modules.c
--- pango-1.29.5/pango/modules.c.lib64 2011-08-15 21:11:08.000000000 -0400
+++ pango-1.29.5/pango/modules.c 2011-11-22 16:38:52.317446005 -0500
@@ -529,6 +529,7 @@ read_modules (void)
if (!file_str)
file_str = g_build_filename (pango_get_sysconf_subdirectory (),
+ HOST,
"pango.modules",
NULL);