Changeset 79c7118


Ignore:
Timestamp:
05/05/2024 04:00:55 AM (3 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
lazarus, trunk
Children:
9b39ca60
Parents:
ea97ea12
Message:

aalib: Fix FTBFS with ncurses-6.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/aalib.xml

    rea97ea12 r79c7118  
    9797
    9898    <para>
     99      Fix an overuse of some ncurses internal data structure to allow
     100      building this package with ncurses-6.5 or later:
     101    </para>
     102
     103    <screen><userinput>sed 's/stdscr->_max\([xy]\) + 1/getmax\1(stdscr)/' \
     104    -i src/aacurses.c</userinput></screen>
     105
     106    <para>
    99107      Install <application>AAlib</application> by running the following
    100108      commands:
Note: See TracChangeset for help on using the changeset viewer.