Ignore:
Timestamp:
11/20/2011 01:02:25 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
4662286
Parents:
57a0e04
Message:

Added a couple of seds to fix compiling Abiword with libpng-1.5 and gcc-4.6.2.
I've not reviewed the page thoroughly as it's still the same version of Abiword we're installing,
these are just drive by fixes...

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/abiword.xml

    r57a0e04 r4b97925  
    3636    processing application. This is useful for writing reports, letters and
    3737    other formatted documents.</para>
     38
     39    &lfs70_checked;
    3840
    3941    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    134136    commands:</para>
    135137
    136 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     138<screen><userinput>sed -i 's/ptr->jmpbuf/jmpbuf(png_ptr)/' src/af/util/xp/ut_png.cpp &amp;&amp;
     139sed -i 's/\(m_pPNG\)->\(jmpbuf\)/png_\2(\1)/' \
     140    src/wp/impexp/gtk/ie_impGraphic_GdkPixbuf.cpp &amp;&amp;
     141sed -i 's/--no-undefined //' src/Makefile* &amp;&amp;
     142./configure --prefix=/usr &amp;&amp;
    137143make</userinput></screen>
    138144
     
    157163  <sect2 role="commands">
    158164    <title>Command Explanations</title>
     165
     166    <para><command>sed -i 's/ptr->jmpbuf...</command> and
     167    <command>sed -i 's/\(m_pPNG\)...</command>: These seds fix compiling
     168    Abiword with libpng-1.5.</para>
     169
     170    <para><command>sed -i 's/--no-undefined...</command>: This sed fixes
     171    compiling Abiword-2.8.6 with GCC-4.6.2.</para>
    159172
    160173    <para><option>--without-inter7eps</option>: Some of the headers from
     
    170183    collab plugins.</para>
    171184
     185<!-- I don't see this sed on the page?
    172186    <para><command>sed -i '...' tools/ots/xp/AbiOts.cpp </command>:
    173187    This command is used to fix an incompatibility with
    174188    <application>GCC</application> and the
    175189    <application>libots</application> package.</para>
    176 
     190-->
    177191  </sect2>
    178192
Note: See TracChangeset for help on using the changeset viewer.