summaryrefslogtreecommitdiff
path: root/xpdf/xpdf-no-writable-literals.patch
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-02-17 09:26:01 -0500
committerPeter Foley <pefoley2@verizon.net>2013-02-17 16:47:39 +0000
commitfb1d11d9a54738562994ee6f7a5875f7a62d5863 (patch)
tree2c86879b5e934836e1b8cb0a52ce76d36345e351 /xpdf/xpdf-no-writable-literals.patch
parentc21916ad8a315a9dd7f23bf9aef0576975470a5a (diff)
convert xpdf to gbuild and add to tail_build
Change-Id: Ie85f8092e0c37124508123a1d2f942f50f0740da Reviewed-on: https://gerrit.libreoffice.org/2197 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Peter Foley <pefoley2@verizon.net>
Diffstat (limited to 'xpdf/xpdf-no-writable-literals.patch')
-rw-r--r--xpdf/xpdf-no-writable-literals.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/xpdf/xpdf-no-writable-literals.patch b/xpdf/xpdf-no-writable-literals.patch
index 9a1366e1613c..388734298b82 100644
--- a/xpdf/xpdf-no-writable-literals.patch
+++ b/xpdf/xpdf-no-writable-literals.patch
@@ -1,5 +1,5 @@
--- misc/xpdf-3.02/xpdf/Error.h.sav 2007-02-27 23:05:52.000000000 +0100
-+++ misc/build/xpdf-3.02/xpdf/Error.h 2012-10-09 23:24:12.002455791 +0200
++++ misc/xpdf-3.02/xpdf/Error.h 2012-10-09 23:24:12.002455791 +0200
@@ -18,6 +18,6 @@
#include <stdio.h>
#include "config.h"
@@ -8,8 +8,8 @@
+extern void CDECL error(int pos, const char *msg, ...);
#endif
---- misc/build/xpdf-3.02/xpdf/Error.cc.sav 2007-02-27 23:05:52.000000000 +0100
-+++ misc/build/xpdf-3.02/xpdf/Error.cc 2012-10-09 23:24:27.813569809 +0200
+--- build/xpdf-3.02/xpdf/Error.cc.sav 2007-02-27 23:05:52.000000000 +0100
++++ build/xpdf-3.02/xpdf/Error.cc 2012-10-09 23:24:27.813569809 +0200
@@ -18,7 +18,7 @@
#include "GlobalParams.h"
#include "Error.h"