Changeset f653578 for gnome/otherlibs


Ignore:
Timestamp:
08/18/2004 07:33:10 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fb72a941
Parents:
c84f656
Message:

Added gcc34 patch to GNOME VFS-1 to fix LFS-6.0 build problem

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/otherlibs/gnome-vfs1.xml

    rc84f656 rf653578  
    1010<!ENTITY gnome-vfs1-buildsize "32.9 MB">
    1111<!ENTITY gnome-vfs1-time "1.19 SBU">
    12 
    1312]>
    1413
     
    2524File System</application></title>
    2625
    27 <para>The <application><acronym>GNOME</acronym> Virtual File System</application> package contains file system
    28 libraries.</para>
     26<para>The <application><acronym>GNOME</acronym> Virtual File
     27System</application> package contains file system libraries.</para>
    2928
    3029<sect3><title>Package information</title>
     
    4039&gnome-vfs1-time;</para></listitem></itemizedlist>
    4140</sect3>
    42                                                                                
    43 <sect3><title><application><acronym>GNOME</acronym> Virtual File System</application> dependencies</title>
     41
     42<sect3><title>Additional downloads</title>
     43<itemizedlist spacing='compact'>
     44<listitem><para>Required Patch (if compiled using
     45<application><acronym>GCC</acronym></application>-3.4.x): <ulink
     46url="&patch-root;/gnome-vfs-&gnome-vfs1-version;-gcc34-1.patch"/></para>
     47</listitem></itemizedlist>
     48</sect3>
     49
     50<sect3><title><application><acronym>GNOME</acronym> Virtual File
     51System</application> dependencies</title>
    4452<sect4><title>Required</title>
    45 <para><xref linkend="gnome-mime-data"/>, <xref linkend="GConf1"/> and <xref linkend="gnome-libs"/></para></sect4>
     53<para><xref linkend="gnome-mime-data"/>,
     54<xref linkend="GConf1"/> and
     55<xref linkend="gnome-libs"/></para></sect4>
    4656<sect4><title>Optional</title>
    47 <para><xref linkend="openssl"/>, <xref linkend="gtk-doc"/> and <xref
    48 linkend="CDParanoia"/></para></sect4>
     57<para><xref linkend="openssl"/>,
     58<xref linkend="gtk-doc"/> and
     59<xref linkend="CDParanoia"/></para></sect4>
    4960</sect3>
    5061
     
    5566File System</application></title>
    5667
    57 <para>Install <application><acronym>GNOME</acronym> Virtual File System</application> by running the following
    58 commands:</para>
     68<para>Install <application><acronym>GNOME</acronym> Virtual File
     69System</application> by running the following commands:</para>
    5970
    60 <screen><userinput><command>./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp;
     71<screen><userinput><command>patch -Np1 -i ../gnome-vfs-&gnome-vfs1-version;-gcc34-1.patch &amp;&amp;
     72./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp;
    6173make &amp;&amp;
    6274make install</command></userinput></screen>
     
    6880
    6981<para>The <application><acronym>GNOME</acronym> Virtual File
    70 System</application> package contains <filename class="libraryfile">
    71 libgnomevfs</filename> libraries.</para>
     82System</application> package contains
     83<filename class="libraryfile">libgnomevfs</filename> libraries.</para>
    7284
    7385</sect2>
Note: See TracChangeset for help on using the changeset viewer.