Changeset bd5c017 for networking/textweb


Ignore:
Timestamp:
02/18/2012 05:09:33 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:
634cf991
Parents:
ce889d2
Message:

w3m tweak

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/textweb/w3m.xml

    rce889d2 rbd5c017  
    8787
    8888<screen><userinput>sed -i 's/file_handle/file_foo/' istream.{c,h} &amp;&amp;
    89 ./configure --prefix=/usr --sysconfdir=/etc LIBS=-lX11 &amp;&amp;
     89sed -i 's#gdk-pixbuf-xlib-2.0#&amp; x11#' configure &amp;&amp;
     90./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    9091make</userinput></screen>
    9192
     
    110111    /usr/include/bits/fcntl.h.</para>
    111112
     113    <para><command>sed -i 's#gdk-pixbuf-xlib-2.0#&amp; x11#'
     114    configure</command>: This sed fixes compiling <application>w3m</application>
     115    using <xref linkend="gtk2"/> as its image library. It has no impact if
     116    <xref linkend="gtk2"/> is not installed.</para>
     117
    112118    <para><option>--sysconfdir=/etc</option>: This option puts the configuration
    113119    files in /etc.</para>
    114 
    115     <para><parameter>LIBS=-lX11</parameter>: This tells the linker
    116     (<command>ld</command>) to link <application>w3m</application> to
    117     <application>libX11</application>. Without this the build will fail. This
    118     is only needed if you have installed <xref linkend="x-window-system"/>.
    119     Remove <parameter>LIBS=-lX11</parameter> if you've not installed
    120     <application>libX11</application>.</para>
    121120  </sect2>
    122121
Note: See TracChangeset for help on using the changeset viewer.