diff options
Diffstat (limited to 'meta/recipes-extended/ghostscript/ghostscript_9.05.bb')
-rw-r--r-- | meta/recipes-extended/ghostscript/ghostscript_9.05.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.05.bb b/meta/recipes-extended/ghostscript/ghostscript_9.05.bb index 93c503fb74..9ec57120b6 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_9.05.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_9.05.bb | |||
@@ -15,7 +15,7 @@ SECTION = "console/utils" | |||
15 | LICENSE = "GPLv3" | 15 | LICENSE = "GPLv3" |
16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c5326026692dbed183f0558f926580f8" | 16 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c5326026692dbed183f0558f926580f8" |
17 | 17 | ||
18 | PR = "r5" | 18 | PR = "r6" |
19 | 19 | ||
20 | DEPENDS = "ghostscript-native tiff jpeg fontconfig cups" | 20 | DEPENDS = "ghostscript-native tiff jpeg fontconfig cups" |
21 | DEPENDS_class-native = "" | 21 | DEPENDS_class-native = "" |
@@ -63,6 +63,13 @@ do_configure_prepend () { | |||
63 | if [ -e ${WORKDIR}/objarch.h ]; then | 63 | if [ -e ${WORKDIR}/objarch.h ]; then |
64 | cp ${WORKDIR}/objarch.h obj/arch.h | 64 | cp ${WORKDIR}/objarch.h obj/arch.h |
65 | fi | 65 | fi |
66 | if [ ${SITEINFO_ENDIANNESS} = "le" ]; then | ||
67 | export LCMS_BIGENDIAN="0" | ||
68 | export LCMS2_BIGENDIAN="0" | ||
69 | else | ||
70 | export LCMS_BIGENDIAN="1" | ||
71 | export LCMS2_BIGENDIAN="1" | ||
72 | fi | ||
66 | } | 73 | } |
67 | 74 | ||
68 | do_configure_append () { | 75 | do_configure_append () { |