Changeset f3ed6a7 for pst


Ignore:
Timestamp:
07/27/2004 06:38:10 AM (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:
e130cf46
Parents:
df4e00d
Message:

Added gcc34 patch to OpenSP to fix a build problem when using GCC-3.4.x

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/sgml/opensp.xml

    rdf4e00d rf3ed6a7  
    3939<sect3><title>Additional downloads</title>
    4040<itemizedlist spacing='compact'>
    41 <listitem><para>Required Patch: <ulink url="&patch-root;/OpenSP-&opensp-version;-LITLEN-1.patch"/></para></listitem>
     41<listitem><para>Required Patch: <ulink
     42url="&patch-root;/OpenSP-&opensp-version;-LITLEN-1.patch"/></para></listitem>
     43<listitem><para>Required Patch: <ulink
     44url="&patch-root;/OpenSP-&opensp-version;-gcc34-1.patch"/></para></listitem>
    4245</itemizedlist></sect3>
    4346
     
    5255<title>Installation of <application>OpenSP</application></title>
    5356
    54 <para>This patch removes some annoying messages that can appear while
    55 running <command>openjade</command>:</para>
    56 
    57 <screen><userinput><command>patch -Np1 -i ../OpenSP-&opensp-version;-LITLEN-1.patch</command></userinput></screen>
    58 
    5957<para>Install <application>OpenSP</application> by running the following
    6058commands:</para>
    6159
    62 <screen><userinput><command>./configure --prefix=/usr --disable-static --enable-http \
     60<screen><userinput><command>patch -Np1 -i ../OpenSP-&opensp-version;-LITLEN-1.patch &amp;&amp;
     61patch -Np1 -i ../OpenSP-&opensp-version;-gcc34-1.patch &amp;&amp;
     62./configure --prefix=/usr --disable-static --enable-http \
    6363    --enable-default-catalog=/etc/sgml/catalog \
    6464    --enable-default-search-path=/usr/share/sgml &amp;&amp;
     
    9090<title>Command explanations</title>
    9191
     92<para><command>patch -Np1 -i ../OpenSP-&opensp-version;-LITLEN-1.patch</command>:
     93This patch removes some annoying messages that can appear while running
     94<command>openjade</command></para>
     95
     96<para><command>patch -Np1 -i ../OpenSP-&opensp-version;-gcc34-1.patch</command>:
     97This patch fixes a build problem when using
     98<application>GCC</application>-3.4.x.</para>
     99
    92100<para><option>--disable-static</option>: This switch prevents
    93101the building of the static library.</para>
     
    99107switch sets the path to the centralized catalog.</para>
    100108
    101 <para><option>--enable-default-search-path</option>: This switch
     109<para><parameter>--enable-default-search-path</parameter>: This switch
    102110sets the default value of <envar>SGML_SEARCH_PATH</envar>.</para>
    103111
Note: See TracChangeset for help on using the changeset viewer.