mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
18 lines
401 B
Plaintext
18 lines
401 B
Plaintext
|
--- routines/sun/zzledt.c.orig Sun Dec 20 00:20:23 1998
|
||
|
+++ routines/sun/zzledt.c Tue Jan 12 13:04:10 1999
|
||
|
@@ -54,5 +54,5 @@
|
||
|
#define TERMCAP
|
||
|
#endif
|
||
|
-#ifndef linux
|
||
|
+#if !defined(linux) && !defined(netbsd) && !defined(freebsd)
|
||
|
#ifdef __alpha
|
||
|
#define B42UNIX
|
||
|
@@ -61,4 +61,7 @@
|
||
|
#ifdef linux
|
||
|
#define ATTUNIX
|
||
|
+#define TERMCAP
|
||
|
+#endif
|
||
|
+#if defined(netbsd) || defined(freebsd)
|
||
|
#define TERMCAP
|
||
|
#endif
|