Ignore:
Timestamp:
02/21/2019 10:03:45 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3cfe74a
Parents:
7e28f17d
Message:

Fix asymptote build with GC-8.0.2 and tag remaining "typesetting" packages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21225 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/asymptote.xml

    r7e28f17d rbdda22c  
    3636    </para>
    3737
    38     &lfs83_checked;
     38    &lfs84_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    105105  <sect2 role="installation">
    106106    <title>Installation of asymptote</title>
     107
     108    <para>
     109      First, issue the following command to fix building with <xref
     110      linkend="gc"/>:
     111    </para>
     112
     113    <screen><userinput>cat &gt;&gt; main.cc &lt;&lt; EOF
     114
     115#ifdef USEGC
     116GC_API void GC_CALL GC_throw_bad_alloc() {
     117  std::bad_alloc();
     118}
     119#endif
     120EOF</userinput></screen>
    107121
    108122    <para>
Note: See TracChangeset for help on using the changeset viewer.