Ignore:
Timestamp:
06/19/2016 08:22:47 PM (8 years ago)
Author:
Ken Moffat <ken@…>
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:
fff6026
Parents:
0a8734a
Message:

Fix evince for gcc-6.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/evince.xml

    r0a8734a rb3a1c8da  
    4040    </para>
    4141
    42     &lfs79_checked;
     42    &lfs79_checked;&gcc6_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    122122    </para>
    123123
    124 <screen><userinput>./configure --prefix=/usr           \
    125             --enable-introspection  \
    126             --disable-static        &amp;&amp;
     124<screen><userinput>./configure --prefix=/usr                     \
     125            --enable-compile-warnings=minimum \
     126            --enable-introspection            \
     127            --disable-static                  &amp;&amp;
    127128make</userinput></screen>
    128129
     
    141142  <sect2 role="commands">
    142143    <title>Command Explanation</title>
     144
     145    <para>
     146      <parameter>--enable-compile-warnings=minimum</parameter>: This
     147      switch prevents a warning about a date format being treated as an error by
     148      <application>gcc-6.1</application>.
     149    </para>
    143150
    144151    <para>
Note: See TracChangeset for help on using the changeset viewer.