From 93503bccc8e51bf025fcff0bab7e3c397c744229 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 1 Jun 2012 12:04:19 +0000 Subject: [PATCH] - fix poppler build Changed files: calibre-0.8.21-poppler.patch -> 1.1 --- calibre-0.8.21-poppler.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 calibre-0.8.21-poppler.patch diff --git a/calibre-0.8.21-poppler.patch b/calibre-0.8.21-poppler.patch new file mode 100644 index 0000000..04af69a --- /dev/null +++ b/calibre-0.8.21-poppler.patch @@ -0,0 +1,22 @@ +diff -Nur calibre.orig/src/calibre/ebooks/pdf/reflow.cpp calibre/src/calibre/ebooks/pdf/reflow.cpp +--- calibre.orig/src/calibre/ebooks/pdf/reflow.cpp 2011-09-30 11:28:44.000000000 -0600 ++++ calibre/src/calibre/ebooks/pdf/reflow.cpp 2011-10-09 18:57:36.433731713 -0600 +@@ -12,6 +12,7 @@ + #include + #include "reflow.h" + #include "utils.h" ++#include + + using namespace std; + using namespace calibre_reflow; +diff -Nur calibre.orig/src/calibre/ebooks/pdf/reflow.h calibre/src/calibre/ebooks/pdf/reflow.h +--- calibre.orig/src/calibre/ebooks/pdf/reflow.h 2011-09-30 11:28:44.000000000 -0600 ++++ calibre/src/calibre/ebooks/pdf/reflow.h 2011-10-09 18:57:04.338582882 -0600 +@@ -36,6 +36,7 @@ + #include "fonts.h" + #include "links.h" + #include "images.h" ++#include + + using namespace std; + -- 2.44.0