Changeset 3a3d470d for general


Ignore:
Timestamp:
01/25/2024 07:20:16 PM (4 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, lazarus, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
2fea08c
Parents:
376239ba
Message:

colord: remove the sed, the build no longer fails on i686.

On x86_64 the package now works correctly as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/colord.xml

    r376239ba r3a3d470d  
    118118useradd -c "Color Daemon Owner" -d /var/lib/colord -u 71 \
    119119        -g colord -s /bin/false colord</userinput></screen>
    120 
    121     <!-- https://github.com/hughsie/colord/pull/146 -->
    122     <para>
    123       Fix a double free causing a build failure on 32-bit x86 and runtime
    124       crashes with some monitors:
    125     </para>
    126 
    127 <screen><userinput>sed '/cmsUnregisterPluginsTHR/d' -i lib/colord/cd-context-lcms.c</userinput></screen>
    128120
    129121    <para>
Note: See TracChangeset for help on using the changeset viewer.