Changeset fbdaa21 for multimedia


Ignore:
Timestamp:
12/06/2023 07:11:20 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:
15abfad
Parents:
56624f4
git-author:
Pierre Labastie <pierre.labastie@…> (12/06/2023 07:05:32 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (12/06/2023 07:11:20 PM)
Message:

libmusicbrainz5: fix for libxml-2.12.x

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libmusicbrainz5.xml

    r56624f4 rfbdaa21  
    105105
    106106    <para>
    107       First, fix a problem caused by CMake-3.18.0:
     107      First, fix a problem caused by CMake-3.18.0 and later:
    108108    </para>
    109109
    110110<screen><userinput remap="pre">patch -Np1 -i ../libmusicbrainz-&libmusicbrainz5-version;-cmake_fixes-1.patch</userinput></screen>
     111
     112    <para>
     113      Fix also a problem caused by libxml-2.12.x:
     114    </para>
     115
     116<screen><userinput>sed -e '/tree\.h/a #include &lt;libxml/parser.h&gt; \
     117    -e 's/xmlErrorPtr /const xmlError */'     \
     118    -i src/xmlParser.cc</userinput></screen>
    111119
    112120    <para>
Note: See TracChangeset for help on using the changeset viewer.