summaryrefslogtreecommitdiff
path: root/print/teTeX-bin/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'print/teTeX-bin/patches/patch-ai')
-rw-r--r--print/teTeX-bin/patches/patch-ai16
1 files changed, 0 insertions, 16 deletions
diff --git a/print/teTeX-bin/patches/patch-ai b/print/teTeX-bin/patches/patch-ai
deleted file mode 100644
index 88c388e42e3..00000000000
--- a/print/teTeX-bin/patches/patch-ai
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ai,v 1.3 2005/01/16 08:35:08 kei Exp $
-
---- libs/xpdf/xpdf/GfxState.cc.orig 2005-01-04 16:27:49.000000000 +0900
-+++ libs/xpdf/xpdf/GfxState.cc 2005-01-04 16:30:39.000000000 +0900
-@@ -708,6 +708,11 @@
- }
- nCompsA = obj2.getInt();
- obj2.free();
-+ if (nCompsA > gfxColorMaxComps) {
-+ error(-1, "ICCBased color space with too many (%d > %d) components",
-+ nCompsA, gfxColorMaxComps);
-+ nCompsA = gfxColorMaxComps;
-+ }
- if (dict->lookup("Alternate", &obj2)->isNull() ||
- !(altA = GfxColorSpace::parse(&obj2))) {
- switch (nCompsA) {