summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ghostscript/ghostscript
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-14 23:54:13 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-15 00:11:40 +0000
commit50466b6cc3b77913e6528c62b9d63da4e2dbf4a3 (patch)
treef067e87e7811174b840df5b87bc96215636ed742 /meta/recipes-extended/ghostscript/ghostscript
parent1eac51a76c9873e031101df02e3cb61591706831 (diff)
downloadpoky-50466b6cc3b77913e6528c62b9d63da4e2dbf4a3.tar.gz
ghostscript: Fix patch related build issues
The file ${S}/configure.ac is a symlink which seems to confuse some patch application tools but not in all cases. Whilst I'd love to understand why there is a difference, this fixes the build failures by applying the patch to the real file rather than the symlink. (From OE-Core rev: 34f3127bac9e5a15c33d21a6a6ac83c6060dcac9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ghostscript/ghostscript')
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.05-NOT-check-endian.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.05-NOT-check-endian.patch b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.05-NOT-check-endian.patch
index 52353b50d5..ab4326f3c5 100644
--- a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.05-NOT-check-endian.patch
+++ b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.05-NOT-check-endian.patch
@@ -5,8 +5,8 @@ Upstream-Status: Pending
5 5
6Signed-off-by: Kang Kai <kai.kang@windriver.com> 6Signed-off-by: Kang Kai <kai.kang@windriver.com>
7 7
8--- ghostscript-9.05/configure.ac.orig 2012-03-14 15:28:30.828956872 +0800 8--- ghostscript-9.05/base/configure.ac.orig 2012-03-14 15:28:30.828956872 +0800
9+++ ghostscript-9.05/configure.ac 2012-03-14 15:29:05.060957357 +0800 9+++ ghostscript-9.05/base/configure.ac 2012-03-14 15:29:05.060957357 +0800
10@@ -1739,25 +1739,25 @@ 10@@ -1739,25 +1739,25 @@
11 dnl check for big/little endian for LCMS 11 dnl check for big/little endian for LCMS
12 dnl -------------------------------------------------- 12 dnl --------------------------------------------------