Changeset 02a729a


Ignore:
Timestamp:
08/01/2015 12:56:26 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 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:
8d427b0a
Parents:
b8edcab8
Message:
  • Librep-0.92.5, reiserfsprogs-3.6.24, libgsf-1.14.34, GOffice-0.10.23 and Gnumeric-1.12.23: minor fixes and reformatting.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgsf.xml

    rb8edcab8 r02a729a  
    8383    <para role="recommended">
    8484      <xref linkend="gdk-pixbuf"/>
    85       (To build gsf-office-thumbnailer)
     85      (To build <command>gsf-office-thumbnailer</command>)
    8686    </para>
    8787
  • general/prog/librep.xml

    rb8edcab8 r02a729a  
    7777
    7878<screen><userinput>sed -i 's/__OPTIMIZE__/__OPTIMIZE__ \&amp;\&amp; 0/g' src/repint.h &amp;&amp;
     79
    7980./configure --prefix=/usr --disable-static &amp;&amp;
     81
    8082make</userinput></screen>
    8183
     
    9193    <title>Command Explanations</title>
    9294
    93     <para>sed -i...: This fixes a build error with GCC 5.</para>
    94  
     95    <para>
     96      <command>sed -i...</command>: This command fixes a build error with GCC 5.
     97    </para>
     98
    9599  </sect2>
    96100
  • postlfs/filesystems/reiser.xml

    rb8edcab8 r02a729a  
    8484    commands:</para>
    8585
    86 <screen><userinput>CFLAGS="$CFLAGS -std=gnu99" ./configure --prefix=/usr --sbindir=/sbin &amp;&amp;
     86<screen><userinput>CFLAGS="$CFLAGS -std=gnu99" \
     87./configure --prefix=/usr   \
     88            --sbindir=/sbin &amp;&amp;
     89
    8790make</userinput></screen>
    8891
     
    98101    <title>Command Explanations</title>
    99102
    100     <para><parameter>--sbindir=/sbin</parameter>: This ensures that the
    101     <application>reiserfsprogs</application> utilities are installed in
    102     <filename class="directory">/sbin</filename>.</para>
     103    <para>
     104      <envar>CFLAGS="$CFLAGS -std=gnu99"</envar>: This environment variable
     105      fixes a build error with GCC 5.
     106    </para>
     107
     108    <para>
     109      <parameter>--sbindir=/sbin</parameter>: This switch ensures that the
     110      <application>reiserfsprogs</application> utilities are installed in
     111      <filename class="directory">/sbin</filename>.
     112    </para>
    103113
    104114  </sect2>
  • x/lib/goffice010.xml

    rb8edcab8 r02a729a  
    150150        <seg>
    151151          /usr/include/libgoffice-0.10,
    152           /usr/lib/goffice,
    153           /usr/share/goffice, and
     152          /usr/{lib,share}/goffice and
    154153          /usr/share/gtk-doc/html/goffice-0.10
    155154        </seg>
  • xsoft/office/gnumeric.xml

    rb8edcab8 r02a729a  
    123123    commands:</para>
    124124
    125 <screen><userinput>sed -e "s@zz-application/zz-winassoc-xls;@@" -i gnumeric.desktop.in &amp;&amp;
    126 ./configure --prefix=/usr &amp;&amp;
     125<screen><userinput>sed -e "s@zz-application/zz-winassoc-xls;@@" \
     126    -i gnumeric.desktop.in &amp;&amp;
     127
     128./configure --prefix=/usr  &amp;&amp;
     129
    127130make</userinput></screen>
    128131
     
    182185        <seg>
    183186          /usr/include/libspreadsheet-1.12,
    184           /usr/lib/gnumeric,
    185           /usr/lib/goffice/0.10/plugins/gnumeric,
    186           /usr/share/gnome/help/gnumeric,
    187           /usr/share/gnumeric,
    188           /usr/share/omf/gnumeric and
    189           /usr/share/pixmaps/gnumeric
     187          /usr/lib/{,goffice/0.10/plugins}/gnumeric and
     188          /usr/share/{gnome/help,,omf,pixmaps}/gnumeric
    190189        </seg>
    191190      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.