summaryrefslogtreecommitdiff
path: root/app-editors/levee/files/levee-3.4o-darwin.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/levee/files/levee-3.4o-darwin.patch')
-rw-r--r--app-editors/levee/files/levee-3.4o-darwin.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/app-editors/levee/files/levee-3.4o-darwin.patch b/app-editors/levee/files/levee-3.4o-darwin.patch
new file mode 100644
index 00000000000..9481b1a3ade
--- /dev/null
+++ b/app-editors/levee/files/levee-3.4o-darwin.patch
@@ -0,0 +1,16 @@
+--- unixcall.c.orig 2007-03-18 17:46:05 +0100
++++ unixcall.c 2007-03-18 17:51:13 +0100
+@@ -77,6 +77,13 @@
+ static int ioset = 0;
+ static struct termios old;
+
++#if defined(__MACH__)
++# define TCGETS TIOCGETA
++# define TCSETS TIOCSETA
++# define TCGETA TIOCGETA
++# define TCSETAF TIOCSETAF
++#endif
++
+ void
+ initcon()
+ {