Browse Source

* Fixed freebsd thingy

marco 24 years ago
parent
commit
aa70ba99b2
1 changed files with 6 additions and 1 deletions
  1. 6 1
      packages/ncurses/ncrt.pp

+ 6 - 1
packages/ncurses/ncrt.pp

@@ -33,11 +33,13 @@ Uses
   {$endif}
   {$endif}
 {$endif}
 {$endif}
 {$ifdef linux}
 {$ifdef linux}
+ {$ifndef freebsd}
   {$ifdef ver1_0}
   {$ifdef ver1_0}
     linux,
     linux,
   {$else}
   {$else}
     unix,
     unix,
   {$endif}
   {$endif}
+ {$endif}
 {$endif}
 {$endif}
   ncurses;
   ncurses;
 
 
@@ -53,7 +55,10 @@ Begin
 End. { of Unit nCrt }
 End. { of Unit nCrt }
 {
 {
   $Log$
   $Log$
-  Revision 1.5  2001-04-08 12:27:55  peter
+  Revision 1.6  2001-04-19 12:40:56  marco
+   * Fixed freebsd thingy
+
+  Revision 1.5  2001/04/08 12:27:55  peter
     * made it compilable with both 1.0.x and 1.1
     * made it compilable with both 1.0.x and 1.1
 
 
   Revision 1.4  2001/01/21 21:38:52  marco
   Revision 1.4  2001/01/21 21:38:52  marco