Changeset 49827ffd


Ignore:
Timestamp:
06/10/2023 05:48:13 AM (11 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
23b6848, 9ae8a83e
Parents:
49e2ba5
Message:

Fix compile issue in poppler on 32bit

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    r49e2ba5 r49827ffd  
    158158  <sect2 role="installation">
    159159    <title>Installation of Poppler</title>
     160
     161    <!-- remove when version is gtr 23.06.0 -->
     162    <!-- missing incl is fixed upstream already -->
     163    <para>
     164      First add a missing include statement which will break compilation
     165      on 32-bit systems:
     166    </para>
     167
     168<screen><userinput>sed -e '/#include "GPGMECryptoSignBackend.h"/i#include &lt;config.h&gt;' \
     169    -i poppler/GPGMECryptoSignBackend.cc</userinput></screen>
     170    <!-- /remove -->
    160171
    161172    <para>
  • introduction/welcome/changelog.xml

    r49e2ba5 r49827ffd  
    3939    </listitem>
    4040    -->
     41    <listitem>
     42      <para>June 10th, 2023</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[thomas] - Add a sed to poppler to fix a build issue
     46            on 32-bit systems.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
    4151    <listitem>
    4252      <para>June 9th, 2023</para>
Note: See TracChangeset for help on using the changeset viewer.