Changeset 7b4a852


Ignore:
Timestamp:
05/11/2022 06:36:36 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
27bcf01
Parents:
9f4b2b8
git-author:
Pierre Labastie <pierre.labastie@…> (05/11/2022 06:36:00 AM)
git-committer:
Pierre Labastie <pierre.labastie@…> (05/11/2022 06:36:36 AM)
Message:

Fix doxygen for gcc-12

See https://github.com/doxygen/doxygen/issues/9312. Also minor fixes
to help jhalfs.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/asciidoc.xml

    r9f4b2b8 r7b4a852  
    8484    <sect3 role="installation">
    8585      <title>Installation of Asciidoc</title>
    86 
     86<!-- version 9.x is from blfs 11.0. We are now at 11.1
    8787      <para>
    8888        If you are upgrading from version 9.x, remove the previously installed
     
    9292
    9393<screen role="root"><userinput>rm -rf /usr/bin/{asciidoc*,a2x*}</userinput></screen>
    94 
     94-->
    9595    <para> Build the module: </para>
    9696
  • general/prog/doxygen.xml

    r9f4b2b8 r7b4a852  
    125125  <sect2 role="installation">
    126126    <title>Installation of Doxygen</title>
     127
     128<!-- Should be fixed at next (1.9.5) release-->
     129    <para>
     130      Fix an error occurring with gcc-12 and above:
     131    </para>
     132
     133<screen><userinput>sed -i '/mutex/a#include &lt;utility&gt;' src/cache.h</userinput></screen>
    127134
    128135    <para>
  • server/mail/exim.xml

    r9f4b2b8 r7b4a852  
    173173    </para>
    174174
    175 <screen><userinput>sed -i '/# SUPPORT_PAM=yes/s,^#,,' Local/Makefile
     175<screen role="nodump"><userinput>sed -i '/# SUPPORT_PAM=yes/s,^#,,' Local/Makefile
    176176echo "EXTRALIBS=-lpam" >> Local/Makefile
    177177</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.