Ignore:
Timestamp:
04/30/2024 10:30:19 PM (5 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
17695e52
Parents:
8df847c9 (diff), 7210854 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/ncurses.xml

    r8df847c9 r1dd25fd  
    5151            --with-cxx-shared       \
    5252            --enable-pc-files       \
    53             --enable-widec          \
    5453            --with-pkg-config-libdir=/usr/lib/pkgconfig</userinput></screen>
    5554
     55      <!--  - -enable-widec this is now the default -->
    5656    <variablelist>
    5757      <title>The meaning of the new configure options:</title>
     
    9595        </listitem>
    9696      </varlistentry>
    97 
     97<!--
    9898      <varlistentry>
    99         <term><parameter>--enable-widec</parameter></term>
     99        <term><parameter>- -enable-widec</parameter></term>
    100100        <listitem>
    101101          <para>This switch causes wide-character libraries (e.g., <filename
     
    109109        </listitem>
    110110      </varlistentry>
    111 
     111-->
    112112    </variablelist>
    113113
     
    128128
    129129    <para>The installation of this package will overwrite
    130     <filename class="libraryfile">libncursesw.so.&ncurses-release;</filename>
     130    <filename class="libraryfile">libncursesw.so.&ncurses-version;</filename>
    131131    in-place.  It may crash the shell process which is using code and data
    132132    from the library file.  Install the package with
     
    138138
    139139<screen><userinput remap="install">make DESTDIR=$PWD/dest install
    140 install -vm755 dest/usr/lib/libncursesw.so.&ncurses-release; /usr/lib
    141 rm -v  dest/usr/lib/libncursesw.so.&ncurses-release;
     140install -vm755 dest/usr/lib/libncursesw.so.&ncurses-version; /usr/lib
     141rm -v  dest/usr/lib/libncursesw.so.&ncurses-version;
    142142sed -e 's/^#if.*XOPEN.*$/#if 1/' \
    143143    -i dest/usr/include/curses.h
Note: See TracChangeset for help on using the changeset viewer.