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" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://LICENSE;md5=c5326026692dbed183f0558f926580f8" -PR = "r5" +PR = "r6" DEPENDS = "ghostscript-native tiff jpeg fontconfig cups" DEPENDS_class-native = "" @@ -63,6 +63,13 @@ do_configure_prepend () { if [ -e ${WORKDIR}/objarch.h ]; then cp ${WORKDIR}/objarch.h obj/arch.h fi + if [ ${SITEINFO_ENDIANNESS} = "le" ]; then + export LCMS_BIGENDIAN="0" + export LCMS2_BIGENDIAN="0" + else + export LCMS_BIGENDIAN="1" + export LCMS2_BIGENDIAN="1" + fi } do_configure_append () { |