summaryrefslogtreecommitdiff
path: root/media-fonts/lfpfonts-fix/files/lfpfonts-fix-0.83-noglyph.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /media-fonts/lfpfonts-fix/files/lfpfonts-fix-0.83-noglyph.patch
reinit the tree, so we can have metadata
Diffstat (limited to 'media-fonts/lfpfonts-fix/files/lfpfonts-fix-0.83-noglyph.patch')
-rw-r--r--media-fonts/lfpfonts-fix/files/lfpfonts-fix-0.83-noglyph.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/media-fonts/lfpfonts-fix/files/lfpfonts-fix-0.83-noglyph.patch b/media-fonts/lfpfonts-fix/files/lfpfonts-fix-0.83-noglyph.patch
new file mode 100644
index 000000000000..77cf7a5fe5f4
--- /dev/null
+++ b/media-fonts/lfpfonts-fix/files/lfpfonts-fix-0.83-noglyph.patch
@@ -0,0 +1,16 @@
+--- src/ucs2any.agriffis 2001-02-17 12:34:50.000000000 -0500
++++ src/ucs2any 2006-01-11 10:53:15.000000000 -0500
+@@ -225,12 +225,7 @@
+ if (!is_control($ucs)) {
+ if ($startchar{$ucs}) {
+ $map{$target} = $ucs;
+- } else {
+- printf STDERR "No glyph for character U+%04X " .
+- "(0x%02x) available.\n", $ucs, $target
+- unless (is_blockgraphics($ucs) && $slant ne "R") ||
+- ($ucs >= 0x200e && $ucs <= 0x200f);
+- }
++ }
+ }
+ } else {
+ printf STDERR "Unrecognized line in '$fmap':\n$_";