diff options
author | 2009-05-14 19:54:43 +0000 | |
---|---|---|
committer | 2009-05-14 19:54:43 +0000 | |
commit | 6e96310f79bfe910f1b6fcb074428b705e39ecc0 (patch) | |
tree | d249a29750c0d8d5438f544588513fcb51a702d7 /app-text/xpdf/files | |
parent | amd64 stable, bug #266986 (diff) | |
download | gentoo-2-6e96310f79bfe910f1b6fcb074428b705e39ecc0.tar.gz gentoo-2-6e96310f79bfe910f1b6fcb074428b705e39ecc0.tar.bz2 gentoo-2-6e96310f79bfe910f1b6fcb074428b705e39ecc0.zip |
Fix bug 269546, FTBFS w/poppler-0.11.0, patch from Alexis Ballier, the magnificent. Move poppler-0.10.0.patch to ${P}-poppler-0.10.0.patch for consistency. Delete old.
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'app-text/xpdf/files')
-rw-r--r-- | app-text/xpdf/files/xpdf-3.02-poppler-0.10.0.patch (renamed from app-text/xpdf/files/poppler-0.10.0.patch) | 0 | ||||
-rw-r--r-- | app-text/xpdf/files/xpdf-3.02-poppler-0.11.0.patch | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/app-text/xpdf/files/poppler-0.10.0.patch b/app-text/xpdf/files/xpdf-3.02-poppler-0.10.0.patch index fcf0d7f06195..fcf0d7f06195 100644 --- a/app-text/xpdf/files/poppler-0.10.0.patch +++ b/app-text/xpdf/files/xpdf-3.02-poppler-0.10.0.patch diff --git a/app-text/xpdf/files/xpdf-3.02-poppler-0.11.0.patch b/app-text/xpdf/files/xpdf-3.02-poppler-0.11.0.patch new file mode 100644 index 000000000000..4545a4dce446 --- /dev/null +++ b/app-text/xpdf/files/xpdf-3.02-poppler-0.11.0.patch @@ -0,0 +1,13 @@ +Index: xpdf-3.02-poppler/PDFCore.cc +=================================================================== +--- xpdf-3.02-poppler.orig/PDFCore.cc ++++ xpdf-3.02-poppler/PDFCore.cc +@@ -49,7 +49,7 @@ PDFCorePage::~PDFCorePage() { + delete links; + } + if (text) { +- delete text; ++ text->decRefCnt(); + } + } + |