summaryrefslogtreecommitdiff
path: root/print/mupdf/patches/patch-bd
diff options
context:
space:
mode:
Diffstat (limited to 'print/mupdf/patches/patch-bd')
-rw-r--r--print/mupdf/patches/patch-bd13
1 files changed, 0 insertions, 13 deletions
diff --git a/print/mupdf/patches/patch-bd b/print/mupdf/patches/patch-bd
deleted file mode 100644
index 8ea1d63cee4..00000000000
--- a/print/mupdf/patches/patch-bd
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-bd,v 1.1 2014/02/14 17:49:41 drochner Exp $
-
---- source/xps/xps-path.c.orig 2013-08-14 12:41:20.000000000 +0000
-+++ source/xps/xps-path.c
-@@ -826,7 +826,7 @@ xps_parse_path(xps_document *doc, const
-
- fz_stroke_state *stroke = NULL;
- fz_matrix transform;
-- float samples[32];
-+ float samples[FZ_MAX_COLORS];
- fz_colorspace *colorspace;
- fz_path *path = NULL;
- fz_path *stroke_path = NULL;