Changeset 92bf1604


Ignore:
Timestamp:
10/05/2003 09:25:41 PM (21 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d0beb4d
Parents:
a245e6d1
Message:

Added libungif patch, matched vim instructions with lfs

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/w3m.xml

    ra245e6d1 r92bf1604  
    66&w3m-inst;
    77&w3m-exp;
    8 &w3m-config;
     8<!-- &w3m-config; -->
    99&w3m-desc;
    1010
  • general/graphlib/libungif/libungif-inst.xml

    ra245e6d1 r92bf1604  
    99make install</command></userinput></screen>
    1010
     11<!--
    1112<note><para>If you get an error during the make portion compiling
    1213<filename>lib/qprintf.c</filename>,
    1314edit the file and comment out or remove line 14: #include &lt;config.h&gt;
    1415</para></note>
     16-->
    1517
    1618</sect2>
  • general/graphlib/libungif/libungif-intro.xml

    ra245e6d1 r92bf1604  
    2828</sect3>
    2929
     30<sect3><title>Additional downloads</title>
     31<itemizedlist spacing='compact'>
     32<listitem><para>Required patch: <ulink
     33url="&patch-root;/libungif-4.1.0b1-va_start.patch"/></para></listitem>
     34</itemizedlist>
     35</sect3>
    3036
    3137</sect2>
  • introduction/welcome/changelog.xml

    ra245e6d1 r92bf1604  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>October 5th, 2003 [tushar]: Added libungif patch.
     15Matched vim instructions with LFS.</para></listitem>
    1316
    1417<listitem><para>October 5th, 2003 [tushar]: Added ash-0.4.0.</para></listitem>
  • postlfs/editors/vim/vim-inst.xml

    ra245e6d1 r92bf1604  
    44<para>Install <application>Vim</application> by running the following commands:</para>
    55
    6 <screen><userinput><command>./configure --prefix=/usr \
     6<screen><userinput><command>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h &amp;&amp;
     7echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h &amp;&amp;
     8./configure --prefix=/usr \
    79   --with-features=huge &amp;&amp;
    810make &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.