summaryrefslogtreecommitdiff
path: root/app-text/xpdf/files/xpdf-3.02-poppler-0.16.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-02-26 23:50:05 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-02-26 23:50:05 +0000
commited40676841e317a2aafa04c4c804bb6043864740 (patch)
tree91c5e4b12acc09eabb2b1234eb633aa78af224d2 /app-text/xpdf/files/xpdf-3.02-poppler-0.16.patch
parentdc106bfbeb980942a8490753d6883eb34b13ea12 (diff)
repo cleanup...drop old ebuilds, drop ebuilds already in portage tree
Diffstat (limited to 'app-text/xpdf/files/xpdf-3.02-poppler-0.16.patch')
-rw-r--r--app-text/xpdf/files/xpdf-3.02-poppler-0.16.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-text/xpdf/files/xpdf-3.02-poppler-0.16.patch b/app-text/xpdf/files/xpdf-3.02-poppler-0.16.patch
deleted file mode 100644
index ea2d5ee2..00000000
--- a/app-text/xpdf/files/xpdf-3.02-poppler-0.16.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: xpdf-3.02-poppler/XPDFViewer.cc
-===================================================================
---- xpdf-3.02-poppler.orig/XPDFViewer.cc
-+++ xpdf-3.02-poppler/XPDFViewer.cc
-@@ -3447,7 +3447,7 @@ void XPDFViewer::printPrintCbk(Widget wi
- lastPage = doc->getNumPages();
- }
-
-- psOut = new PSOutputDev(psFileName->getCString(), doc->getXRef(),
-+ psOut = new PSOutputDev(psFileName->getCString(), doc, doc->getXRef(),
- doc->getCatalog(),
- NULL,
- firstPage, lastPage, psModePS);