Changeset 9d4de3fb for general


Ignore:
Timestamp:
04/27/2014 11:02:27 PM (10 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.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:
dbac0b14
Parents:
e1a7543
Message:

Fixes to Inkscape-0.48.4, Cairo-1.12.16, Poppler-0.26.0 and Ruby-2.1.1. Thanks Igor Z and Armin K.

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

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/poppler.xml

    re1a7543 r9d4de3fb  
    151151
    152152<screen><userinput>git clone git://git.freedesktop.org/git/poppler/test ../test</userinput></screen>
    153 
    154     <para>
    155       If you are building <application>Qt5</application> library, fix
    156       <application>Qt5</application> detection by running the
    157       following command:
    158     </para>
    159 
    160 <screen><userinput>sed -i -e "s:grep \"Qt 5\":grep \" 5\\\\.\":g" configure</userinput></screen>
    161153
    162154    <para>
  • general/prog/ruby.xml

    re1a7543 r9d4de3fb  
    100100    </para>
    101101
    102 <screen><userinput>sed -i ext/readline/readline.c \
    103     -e "s:(Function \*)readline:(rl_hook_func_t \*)readline:" &amp;&amp;
    104 ./configure --prefix=/usr   \
     102<screen><userinput>./configure --prefix=/usr   \
    105103            --enable-shared \
    106104            --docdir=/usr/share/doc/ruby-&ruby-version; &amp;&amp;
     
    121119  <sect2 role="commands">
    122120    <title>Command Explanations</title>
    123 
    124     <para>
    125       <command>sed -i  ext/readline/readline.c ...</command>: This
    126       <command>sed</command> fixes building with
    127       <application>Readline</application> 6.x (x>2).
    128     </para>
    129121
    130122    <para>
Note: See TracChangeset for help on using the changeset viewer.