Browse Source

* ncurses to curses for openbsd rename

marco 22 years ago
parent
commit
40f07dac2a
1 changed files with 5 additions and 2 deletions
  1. 5 2
      packages/base/gdbint/gdbint.pp

+ 5 - 2
packages/base/gdbint/gdbint.pp

@@ -169,7 +169,7 @@ interface
 {$ifdef openbsd}
 {$ifdef openbsd}
   {$undef NotImplemented}
   {$undef NotImplemented}
  {$ifndef GDB_V5}
  {$ifndef GDB_V5}
-  {$LINKLIB ncurses}
+  {$LINKLIB curses}
  {$endif not GDB_V5}
  {$endif not GDB_V5}
   {$LINKLIB gdb}
   {$LINKLIB gdb}
  {$ifdef GDB_HAS_SIM}
  {$ifdef GDB_HAS_SIM}
@@ -2656,7 +2656,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.12  2002-12-02 13:59:56  pierre
+  Revision 1.13  2003-02-09 23:08:38  marco
+   * ncurses to curses for openbsd rename
+
+  Revision 1.12  2002/12/02 13:59:56  pierre
    + add sim library for powerpc cpu
    + add sim library for powerpc cpu
 
 
   Revision 1.11  2002/11/21 00:42:27  pierre
   Revision 1.11  2002/11/21 00:42:27  pierre