Ignore:
Timestamp:
12/23/2014 03:37:25 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.7, 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:
39159bf
Parents:
577eb27
Message:

inkscape-0.48.5: use sed by Armin to replace sed by Fernando based on patch by Armin, used to replace patch by Armin.
mplayer-2014-12-19: use semi-colon to separate the 'Optional Miscellaneous Dependencies' and clarify.
Update to ntp-4.2.8.
Update to libvdpau-0.9.
Update to libxklavier-5.4.
Update to libreoffice-4.3.5.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/inkscape.xml

    r577eb27 r78b797d  
    139139autoreconf -vi &amp;&amp;
    140140
    141 sed -e '/unsigned GC_version/d' \
    142     -e '/int main(void)/ a\\t\t\tunsigned GC_version = GC_get_version();' \
    143     -i configure &amp;&amp;
     141sed -ri "s:.*(unsigned GC_version).*:\1 = GC_get_version()\;:" configure &amp;&amp;
    144142
    145143./configure --prefix=/usr &amp;&amp;
     
    166164
    167165    <para>
    168       <command>sed -e ... -i configure</command>:
     166      <command>sed -ri ... configure</command>:
    169167      This <command>sed</command> fixes building problems starting
    170168      with gc-7.4.2.
Note: See TracChangeset for help on using the changeset viewer.