Changeset e54771c for xsoft/other


Ignore:
Timestamp:
05/06/2016 09:08:59 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
01e86d88
Parents:
ba1ccf6
Message:

Update to ImageMagick-7.0.1-1.
Fix/Mark several packages for gcc6.

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

Location:
xsoft/other
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/feh.xml

    rba1ccf6 re54771c  
    4141
    4242    &lfs79_checked;
     43    &gcc6_checked;
    4344
    4445    <bridgehead renderas="sect3">Package Information</bridgehead>
  • xsoft/other/inkscape.xml

    rba1ccf6 re54771c  
    3737
    3838    &lfs79_checked;
     39    &gcc6_checked;
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    157158<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-testfiles-1.patch &amp;&amp;
    158159
     160sed -e 's/ScopedPtr&lt;char&gt;/make_unique_ptr_gfree/' \
     161    -i src/ui/clipboard.cpp  &amp;&amp;
     162
    159163CXXFLAGS="-g -O2 -std=c++11" ./configure --prefix=/usr &amp;&amp;
    160164make</userinput></screen>
     
    176180  <sect2 role="commands">
    177181    <title>Command Explanations</title>
     182
     183    <para>
     184      <command>sed  ... </command>: This <command>sed</command> fixes a
     185      build problem identified upstream.
     186    </para>
    178187
    179188    <para>
     
    184193      to be used as an option to <command>g++</command>. We pass it into
    185194      <envar>CXXFLAGS</envar> together with the default options.
    186     </para>
    187 
    188     <para>
    189       <command>sed -ri ... configure</command>:
    190       This <command>sed</command> fixes building problems starting
    191       with gc-7.4.2.
    192195    </para>
    193196
  • xsoft/other/tigervnc.xml

    rba1ccf6 re54771c  
    3838
    3939    &lfs79_checked;
     40    &gcc6_checked;
    4041
    4142    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.