From 66d48f2c40e4f6c7d9aae03d25552ae0cde04a9d Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: May 31 2015 19:51:03 +0000 Subject: Drop old, unused patches --- diff --git a/pango-1.2.5-lib64.patch b/pango-1.2.5-lib64.patch deleted file mode 100644 index 7d0ae17..0000000 --- a/pango-1.2.5-lib64.patch +++ /dev/null @@ -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 \ diff --git a/pango-1.21.4-lib64.patch b/pango-1.21.4-lib64.patch deleted file mode 100644 index 4bcfe50..0000000 --- a/pango-1.21.4-lib64.patch +++ /dev/null @@ -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); - diff --git a/pango-lib64.patch b/pango-lib64.patch deleted file mode 100644 index eba365c..0000000 --- a/pango-lib64.patch +++ /dev/null @@ -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); -