2015-03-30 13:39:58 +02:00
|
|
|
---
|
|
|
|
texk/web2c/pdftexdir/pdftoepdf.cc | 4 ++++
|
|
|
|
texk/web2c/pdftexdir/pdftosrc.cc | 4 ++++
|
|
|
|
2 files changed, 8 insertions(+)
|
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
--- texk/web2c/pdftexdir/pdftoepdf.cc
|
2015-03-30 13:39:58 +02:00
|
|
|
+++ texk/web2c/pdftexdir/pdftoepdf.cc 2012-04-13 14:56:58.000000000 +0000
|
|
|
|
@@ -31,6 +31,10 @@ with this program. If not, see <http://
|
2011-12-20 18:29:17 +01:00
|
|
|
#include <string.h>
|
|
|
|
#include <ctype.h>
|
2012-04-13 18:41:24 +02:00
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
+extern "C" {
|
|
|
|
+#include <config.h>
|
|
|
|
+}
|
2012-04-13 18:41:24 +02:00
|
|
|
+
|
2011-12-20 18:29:17 +01:00
|
|
|
#ifdef POPPLER_VERSION
|
2012-04-13 18:41:24 +02:00
|
|
|
#include <dirent.h>
|
|
|
|
#include <poppler-config.h>
|
2011-12-20 18:29:17 +01:00
|
|
|
--- texk/web2c/pdftexdir/pdftosrc.cc
|
2015-03-30 13:39:58 +02:00
|
|
|
+++ texk/web2c/pdftexdir/pdftosrc.cc 2012-04-13 14:59:10.000000000 +0000
|
|
|
|
@@ -24,6 +24,10 @@ with this program. If not, see <http://
|
2011-12-20 18:29:17 +01:00
|
|
|
#include <string.h>
|
|
|
|
#include <ctype.h>
|
2012-04-13 18:41:24 +02:00
|
|
|
|
2011-12-20 18:29:17 +01:00
|
|
|
+extern "C" {
|
|
|
|
+#include <config.h>
|
|
|
|
+}
|
2012-04-13 18:41:24 +02:00
|
|
|
+
|
2011-12-20 18:29:17 +01:00
|
|
|
#ifdef POPPLER_VERSION
|
2012-04-13 18:41:24 +02:00
|
|
|
#define GString GooString
|
|
|
|
#define xpdfVersion POPPLER_VERSION
|