summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ghostscript/ghostscript/png_mak.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/ghostscript/ghostscript/png_mak.patch')
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript/png_mak.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript/png_mak.patch b/meta/recipes-extended/ghostscript/ghostscript/png_mak.patch
deleted file mode 100644
index 8b84986ef2..0000000000
--- a/meta/recipes-extended/ghostscript/ghostscript/png_mak.patch
+++ /dev/null
@@ -1,32 +0,0 @@
1ghostscript: add dependency for pnglibconf.h
2
3When using parallel make jobs, we need to be sure that
4pnglibconf.h is created before we try to reference it,
5so add a rule to png.mak.
6
7Upstream-Status: Pending
8
9Signed-off-by: Joe Slater <jslater@windriver.com>
10
11Rebase to 9.19
12Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
13---
14 base/png.mak | 2 ++
15 1 file changed, 2 insertions(+)
16
17diff --git a/base/png.mak b/base/png.mak
18index fe5c6e2..8abb53a 100644
19--- a/base/png.mak
20+++ b/base/png.mak
21@@ -74,6 +74,8 @@ png.clean-not-config-clean :
22
23 pnglibconf_h=$(PNGGENDIR)$(D)pnglibconf.h
24
25+$(MAKEDIRS) : $(pnglibconf_h)
26+
27 png.config-clean :
28 $(RM_) $(pnglibconf_h)
29 $(RM_) $(PNGGEN)lpg*.dev
30--
312.8.1
32