* [gentoo-commits] gentoo-x86 commit in app-editors/levee/files: levee-3.4o-darwin.patch
@ 2012-02-13 16:30 Jeremy Olexa (darkside)
0 siblings, 0 replies; only message in thread
From: Jeremy Olexa (darkside) @ 2012-02-13 16:30 UTC (permalink / raw
To: gentoo-commits
darkside 12/02/13 16:30:44
Added: levee-3.4o-darwin.patch
Log:
Migrate changes from Gentoo Prefix. EAPI4, darwin patch, emake call modifications
(Portage version: 2.1.10.41/cvs/Linux i686)
Revision Changes Path
1.1 app-editors/levee/files/levee-3.4o-darwin.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/levee/files/levee-3.4o-darwin.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/levee/files/levee-3.4o-darwin.patch?rev=1.1&content-type=text/plain
Index: levee-3.4o-darwin.patch
===================================================================
--- 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()
{
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-13 16:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-13 16:30 [gentoo-commits] gentoo-x86 commit in app-editors/levee/files: levee-3.4o-darwin.patch Jeremy Olexa (darkside)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox