diff options
Diffstat (limited to 'print/poppler/patches/patch-ae')
-rw-r--r-- | print/poppler/patches/patch-ae | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/print/poppler/patches/patch-ae b/print/poppler/patches/patch-ae deleted file mode 100644 index c88e9c037a0..00000000000 --- a/print/poppler/patches/patch-ae +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ae,v 1.3 2007/11/28 20:54:38 drochner Exp $ - ---- poppler/Gfx.cc.orig 2007-11-28 20:59:16.000000000 +0100 -+++ poppler/Gfx.cc -@@ -4014,7 +4014,7 @@ void Gfx::opBeginMarkedContent(Object ar - if (printCommands) { - printf(" marked content: %s ", args[0].getName()); - if (numArgs == 2) -- args[2].print(stdout); -+ args[1].print(stdout); - printf("\n"); - fflush(stdout); - } -@@ -4034,7 +4034,7 @@ void Gfx::opMarkPoint(Object args[], int - if (printCommands) { - printf(" mark point: %s ", args[0].getName()); - if (numArgs == 2) -- args[2].print(stdout); -+ args[1].print(stdout); - printf("\n"); - fflush(stdout); - } |