Changeset d5aa738


Ignore:
Timestamp:
02/05/2024 07:39:38 PM (5 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, lazarus, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
8f20e66
Parents:
ead4657
Message:

obconf-qt: Remove a section of the libxml2 sed that is no longer needed.

The header problem was resolved in a recent version of libxml2, but the
'xmlError' change is still required.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxqt/desktop/obconf-qt.xml

    read4657 rd5aa738  
    8585    </para>
    8686
    87 <screen><userinput>sed -e '/iostream/a #include &lt;libxml/xmlsave.h&gt;' \
    88     -e 's/xmlErrorPtr/const xmlError*/'          \
    89     -i src/obconf-qt.cpp</userinput></screen>
     87<screen><userinput>sed -e 's/xmlErrorPtr/const xmlError*/' \
     88-i src/obconf-qt.cpp</userinput></screen>
    9089
    9190    <para>
Note: See TracChangeset for help on using the changeset viewer.