Changeset c4829ee for xsoft/office


Ignore:
Timestamp:
12/07/2023 07:00:13 PM (5 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
0e942fd
Parents:
babbe4db
git-author:
Pierre Labastie <pierre.labastie@…> (12/07/2023 06:59:42 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (12/07/2023 07:00:13 PM)
Message:

Fix abiword for libxml-2.12.x

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/abiword.xml

    rbabbe4db rc4829ee  
    163163    <title>Installation of AbiWord</title>
    164164
    165 <!--
    166     <para>
    167       First, fix a build failure when using GCC-11:
    168     </para>
    169 
    170 <screen><userinput remap="pre">patch -Np1 -i ../abiword-&AbiWord-version;-gcc11_fixes-1.patch</userinput></screen>
    171 -->
     165    <para>
     166      First, fix a build failure when using libxml-2.12.x:
     167    </para>
     168
     169<screen><userinput>sed -e '/libxml/a #include &lt;libxml/xmlmemory.h&gt;' \
     170    -i src/af/util/xp/ut_stringbuf.cpp</userinput></screen>
    172171
    173172    <para>
Note: See TracChangeset for help on using the changeset viewer.