From 707d89e0be7ae646f633e3a45d6af1163d7c937c Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 19 Sep 2010 16:44:09 +0200 Subject: fontconfig : moved unused files to obsolete dir Signed-off-by: Frans Meulenbroeks --- recipes/fontconfig/files/one-j-too-many.patch | 24 ---------------------- .../obsolete/fontconfig/files/one-j-too-many.patch | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 recipes/fontconfig/files/one-j-too-many.patch create mode 100644 recipes/obsolete/fontconfig/files/one-j-too-many.patch diff --git a/recipes/fontconfig/files/one-j-too-many.patch b/recipes/fontconfig/files/one-j-too-many.patch deleted file mode 100644 index 04d8e0237e..0000000000 --- a/recipes/fontconfig/files/one-j-too-many.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- fontconfig-2.3.95/src/fcname.c.orig 2006-07-26 15:20:01.469770388 +0200 -+++ fontconfig-2.3.95/src/fcname.c 2006-07-26 15:22:38.415239062 +0200 -@@ -305,17 +305,16 @@ - FcObjectPtrU (FcObjectPtr si) - { - const FcObjectTypeList *l; -- int i, j; -+ int i; - - if (si > 0) - { - if (si < biggest_known_ntypes) - return biggest_known_types[si].object; - -- j = 0; - for (l = _FcObjectTypes; l; l = l->next) -- for (i = 0; i < l->ntypes; i++, j++) -- if (j == si) -+ for (i = 0; i < l->ntypes; i++) -+ if (l->basic_offset+i == si) - return l->types[i].object; - } - - diff --git a/recipes/obsolete/fontconfig/files/one-j-too-many.patch b/recipes/obsolete/fontconfig/files/one-j-too-many.patch new file mode 100644 index 0000000000..04d8e0237e --- /dev/null +++ b/recipes/obsolete/fontconfig/files/one-j-too-many.patch @@ -0,0 +1,24 @@ +--- fontconfig-2.3.95/src/fcname.c.orig 2006-07-26 15:20:01.469770388 +0200 ++++ fontconfig-2.3.95/src/fcname.c 2006-07-26 15:22:38.415239062 +0200 +@@ -305,17 +305,16 @@ + FcObjectPtrU (FcObjectPtr si) + { + const FcObjectTypeList *l; +- int i, j; ++ int i; + + if (si > 0) + { + if (si < biggest_known_ntypes) + return biggest_known_types[si].object; + +- j = 0; + for (l = _FcObjectTypes; l; l = l->next) +- for (i = 0; i < l->ntypes; i++, j++) +- if (j == si) ++ for (i = 0; i < l->ntypes; i++) ++ if (l->basic_offset+i == si) + return l->types[i].object; + } + + -- cgit v1.2.3