summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ghostscript/ghostscript_9.05.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/ghostscript/ghostscript_9.05.bb')
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript_9.05.bb9
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"
15LICENSE = "GPLv3" 15LICENSE = "GPLv3"
16LIC_FILES_CHKSUM = "file://LICENSE;md5=c5326026692dbed183f0558f926580f8" 16LIC_FILES_CHKSUM = "file://LICENSE;md5=c5326026692dbed183f0558f926580f8"
17 17
18PR = "r5" 18PR = "r6"
19 19
20DEPENDS = "ghostscript-native tiff jpeg fontconfig cups" 20DEPENDS = "ghostscript-native tiff jpeg fontconfig cups"
21DEPENDS_class-native = "" 21DEPENDS_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
68do_configure_append () { 75do_configure_append () {