diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-03-08 22:02:32 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-03-08 22:02:32 +0000 |
commit | b52baad4f45834bfa551509a2126c11b37332c97 (patch) | |
tree | ea269535c15c107994f0ea4b72d2a6c8774f7a6b /app-leechcraft/lc-monocle/files | |
parent | Move LeechCraft to new category (diff) | |
download | gentoo-2-b52baad4f45834bfa551509a2126c11b37332c97.tar.gz gentoo-2-b52baad4f45834bfa551509a2126c11b37332c97.tar.bz2 gentoo-2-b52baad4f45834bfa551509a2126c11b37332c97.zip |
Move LeechCraft to new category
(Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-monocle/files')
-rw-r--r-- | app-leechcraft/lc-monocle/files/monocle-poppler.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-leechcraft/lc-monocle/files/monocle-poppler.patch b/app-leechcraft/lc-monocle/files/monocle-poppler.patch new file mode 100644 index 000000000000..1b9c82a76e3b --- /dev/null +++ b/app-leechcraft/lc-monocle/files/monocle-poppler.patch @@ -0,0 +1,19 @@ +commit cbc0455a366739cf7911cf80de517aab6152da98 +Author: 0xd34df00d <0xd34df00d@gmail.com> +Date: Fri Jul 13 08:13:27 2012 +0400 + + Monocle PDF: fixed include dir. + +diff --git a/src/plugins/monocle/plugins/pdf/links.h b/src/plugins/monocle/plugins/pdf/links.h +index 1ca7ee3..b7f6c1d 100644 +--- a/src/plugins/monocle/plugins/pdf/links.h ++++ b/src/plugins/monocle/plugins/pdf/links.h +@@ -19,7 +19,7 @@ + #pragma once + + #include <QObject> +-#include <poppler-link.h> ++#include <poppler-qt4.h> + #include <interfaces/monocle/ilink.h> + + namespace LeechCraft
\ No newline at end of file |