diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-06 22:54:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-06 23:55:21 +0100 |
commit | a24027321b99dffd79b1f0c009ce89f0be7cc384 (patch) | |
tree | 8b35a159e5fc00afb8abd3a75d98df60df5ac287 /meta/recipes-extended/ghostscript | |
parent | 5dba521611d644357cf0a98d2e30dcf41777c6ef (diff) | |
download | openembedded-core-contrib-a24027321b99dffd79b1f0c009ce89f0be7cc384.tar.gz |
ghostscript: Add missing dependency to resolve parallel make issue
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ghostscript')
-rw-r--r-- | meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-parallel-make.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-parallel-make.patch b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-parallel-make.patch index f3c0a73c858..ec373078d3e 100644 --- a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-parallel-make.patch +++ b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-parallel-make.patch @@ -914,3 +914,16 @@ index 92f296e..ee6b136 100644 fjpx_luratech=$(PSOBJ)zfjpx_luratech.$(OBJ) +Index: ghostscript-9.07/base/devs.mak +=================================================================== +--- ghostscript-9.07.orig/base/devs.mak 2013-02-14 07:58:13.000000000 +0000 ++++ ghostscript-9.07/base/devs.mak 2013-09-06 22:50:06.331064815 +0000 +@@ -1511,7 +1511,7 @@ + png_i_=-include $(PNGGENDIR)$(D)libpng + + $(GLOBJ)gdevpng.$(OBJ) : $(GLSRC)gdevpng.c\ +- $(gdevprn_h) $(gdevpccm_h) $(gscdefs_h) $(png__h) ++ $(gdevprn_h) $(gdevpccm_h) $(gscdefs_h) $(png__h) $(PDEP) + $(CC_) $(I_)$(GLI_) $(II)$(PI_)$(_I) $(PCF_) $(GLF_) $(GLO_)gdevpng.$(OBJ) $(C_) $(GLSRC)gdevpng.c + + $(DD)pngmono.dev : $(DEVS_MAK) $(libpng_dev) $(png_) $(GLD)page.dev $(GDEV) |