summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-leechcraft/lc-monocle/files')
-rw-r--r--app-leechcraft/lc-monocle/files/monocle-poppler.patch19
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