Changeset 4f970a2 for multimedia/libdriv


Ignore:
Timestamp:
01/28/2024 06:07:55 PM (4 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, lazarus, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
289fd16
Parents:
dde4d38
Message:

libmusicbrainz5: Refine the sed for the libxml2 fix:

  • the xmlError change is still needed
  • The libxml/parser.h addition was taken care of in a recent libxml2-2.12.x release
File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libmusicbrainz5.xml

    rdde4d38 r4f970a2  
    114114    </para>
    115115
    116 <screen><userinput>sed -e '/tree\.h/a #include &lt;libxml/parser.h&gt; \
    117     -e 's/xmlErrorPtr /const xmlError */'     \
     116<screen><userinput>sed -e 's/xmlErrorPtr /const xmlError */'     \
    118117    -i src/xmlParser.cc</userinput></screen>
    119118
Note: See TracChangeset for help on using the changeset viewer.