mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 03:06:34 +02:00
OpenBSD links curses, not ncurses
This commit is contained in:
parent
43eb5f0811
commit
e1d1bb1f6b
@ -21,7 +21,11 @@ unit ncurses;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
{$packrecords C}
|
{$packrecords C}
|
||||||
|
{$ifdef OpenBSD} // openbsd curses=ncurses. Openbsd ocurses=old curses.
|
||||||
|
{$linklib curses}
|
||||||
|
{$else}
|
||||||
{$linklib ncurses}
|
{$linklib ncurses}
|
||||||
|
{$endif}
|
||||||
{$linklib c}
|
{$linklib c}
|
||||||
|
|
||||||
{ Manually Added types }
|
{ Manually Added types }
|
||||||
@ -1683,7 +1687,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.4 2003-02-09 19:05:05 marco
|
Revision 1.5 2003-02-09 19:10:13 marco
|
||||||
|
OpenBSD links curses, not ncurses
|
||||||
|
|
||||||
|
Revision 1.4 2003/02/09 19:05:05 marco
|
||||||
* And now with new refreshing "external;" added.
|
* And now with new refreshing "external;" added.
|
||||||
|
|
||||||
Revision 1.3 2003/02/09 16:22:51 marco
|
Revision 1.3 2003/02/09 16:22:51 marco
|
||||||
|
Loading…
Reference in New Issue
Block a user