Created attachment 879576 [details] lcms2 ppc64le correction patch The current rawhide lcms2 does not set endianess correctly. IBM committed a patch to upstream which they reworked and has typos in. Here is the patch that corrects this. IBM will also take this upstream. Spec change (if needed): diff --git a/lcms2.spec b/lcms2.spec index a32aa33..3282c17 100644 --- a/lcms2.spec +++ b/lcms2.spec @@ -1,11 +1,11 @@ Name: lcms2 Version: 2.6 -Release: 1%{?dist} +Release: 1.3%{?dist} Summary: Color Management Engine License: MIT URL: http://www.littlecms.com/ Source0: http://www.littlecms.com/lcms2-2.6.tar.gz - +Patch99: ppc64le-fix.patch BuildRequires: libjpeg-devel BuildRequires: libtiff-devel BuildRequires: zlib-devel @@ -34,6 +34,7 @@ Development files for LittleCMS. %prep %setup -q -n lcms2-2.6 +%patch99 -p1 %build %configure --disable-static --program-suffix=2 Actual Patch will be attached.
patch posted upstream (03/27) via http://sourceforge.net/p/lcms/mailman/message/32155201/