Ignore:
Timestamp:
12/06/2023 02:23:01 PM (6 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:
9a1cccdd
Parents:
333d2a84
git-author:
Pierre Labastie <pierre.labastie@…> (12/06/2023 02:22:28 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (12/06/2023 02:23:01 PM)
Message:

Fix libgsf for libxml-2.12+

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgsf.xml

    r333d2a84 rc3d8e34  
    9292  <sect2 role="installation">
    9393    <title>Installation of libgsf</title>
     94
     95    <para>
     96      Fix building <application>libgsf</application> against
     97      <application>libxml-2.12.x</application>:
     98    </para>
     99
     100<screen><userinput>sed -e '/tree\.h/i #include &lt;libxml/parser.h&gt;' \
     101    -i gsf/gsf-libxml.h</userinput></screen>
    94102
    95103    <para>
Note: See TracChangeset for help on using the changeset viewer.