ports/cad/magic/files/patch-textio__textioInt.h
Yuri Victorovich eb95937600 cad/magic: Update 7.5.240 -> 8.3.125
PR:		252954
Approved by:	hrs (maintainer's timeout 20 days)
2021-02-13 23:00:46 +00:00

11 lines
380 B
C

--- textio/textioInt.h.orig 2020-05-24 07:00:08 UTC
+++ textio/textioInt.h
@@ -41,7 +41,7 @@ typedef struct {
#define TX_CMD_PROMPT ":"
/* all of the state associated with a tty terminal */
-#if !defined(SYSV) && !defined(CYGWIN)
+#if !defined(SYSV) && !defined(CYGWIN) && !defined(__FreeBSD__)
typedef struct {
struct sgttyb tx_i_sgtty;
struct tchars tx_i_tchars;