Ignore:
Timestamp:
06/27/2023 08:28:12 PM (11 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
6db9c46, bcedca6
Parents:
9491763c
Message:

Fix building gexiv2 on i686 systems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gexiv2.xml

    r9491763c r28448a7  
    7474          <ulink url="&patch-root;/gexiv2-&gexiv2-version;-exiv_0_28-1.patch"/>
    7575        </para>
     76        <para>
     77          Required patch to build on i686 systems:
     78          <ulink url="&patch-root;/gexiv2-&gexiv2-version;-buildfixes-1.patch"/>
     79        </para>
    7680      </listitem>
    7781    </itemizedlist>
     
    105109
    106110    <para>
    107       FIrst apply some fixes allowing to build against exiv2-0.28 and above:
    108     </para>
    109 
    110 <screen><userinput>patch -Np1 -i ../gexiv2-&gexiv2-version;-exiv_0_28-1.patch</userinput></screen>
     111      First apply some fixes allowing to build against exiv2-0.28 and above:
     112    </para>
     113
     114<screen><userinput remap="pre">patch -Np1 -i ../gexiv2-&gexiv2-version;-exiv_0_28-1.patch</userinput></screen>
     115
     116    <para>
     117      Next, if you are on an i686 system, fix the build by adjusting types:
     118    </para>
     119
     120<screen><userinput remap="pre">case $(uname -m) in
     121    i?86) patch -Np1 -i ../gexiv2-&gexiv2-version;-buildfixes-1.patch ;;
     122esac</userinput></screen>
    111123
    112124    <para>
Note: See TracChangeset for help on using the changeset viewer.