summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ghostscript/ghostscript/0001-make-ghostscript-work-with-long-building-directory.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/ghostscript/ghostscript/0001-make-ghostscript-work-with-long-building-directory.patch')
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript/0001-make-ghostscript-work-with-long-building-directory.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript/0001-make-ghostscript-work-with-long-building-directory.patch b/meta/recipes-extended/ghostscript/ghostscript/0001-make-ghostscript-work-with-long-building-directory.patch
deleted file mode 100644
index 4dbf86f3ac..0000000000
--- a/meta/recipes-extended/ghostscript/ghostscript/0001-make-ghostscript-work-with-long-building-directory.patch
+++ /dev/null
@@ -1,22 +0,0 @@
1Upstream-Status: Accepted
2
3Make ghost script work with long building directory
4
5This patch has been accepted by upstream and should be removed
6at the next update of ghostscript.
7
8Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
9
10Index: base/genconf.c
11==============================================================
12--- a/base/genconf.c
13+++ b/base/genconf.c
14@@ -682,7 +682,7 @@ read_dev(config_t * pconf, const char *arg)
15 string_item_t *item;
16 const char *in;
17
18-#define MAX_TOKEN 256
19+#define MAX_TOKEN 512
20 char *token = malloc(MAX_TOKEN + 1);
21 char *category = malloc(MAX_TOKEN + 1);
22 int file_index;