public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/fte/files: fte-interix.patch
@ 2012-08-05 23:32 Christoph Junghans (ottxor)
  0 siblings, 0 replies; only message in thread
From: Christoph Junghans (ottxor) @ 2012-08-05 23:32 UTC (permalink / raw
  To: gentoo-commits

ottxor      12/08/05 23:32:28

  Added:                fte-interix.patch
  Log:
  EAPI bumped to 4, add prefix changes
  
  (Portage version: 2.2.0_alpha120/cvs/Linux i686)

Revision  Changes    Path
1.1                  app-editors/fte/files/fte-interix.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fte/files/fte-interix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fte/files/fte-interix.patch?rev=1.1&content-type=text/plain

Index: fte-interix.patch
===================================================================
https://sourceforge.net/tracker/?func=detail&aid=3554646&group_id=943&atid=100943

diff -ru fte.orig/src/g_unix_pipe.cpp fte/src/g_unix_pipe.cpp
--- fte.orig/src/g_unix_pipe.cpp	2008-04-03 13:33:49 +0200
+++ fte/src/g_unix_pipe.cpp	2008-04-03 13:34:20 +0200
@@ -4,6 +4,10 @@
 #include <signal.h>
 #include <sys/wait.h>
 
+#ifdef __INTERIX
+# include <sys/time.h>
+#endif
+
 #include "sysdep.h"
 #include "c_config.h"
 #include "console.h"
diff -ru fte.orig/src/sysdep.h fte/src/sysdep.h
--- fte.orig/src/sysdep.h	2008-04-03 13:33:58 +0200
+++ fte/src/sysdep.h	2008-04-03 13:30:43 +0200
@@ -15,7 +15,7 @@
 #include <stdlib.h>
 #include <stdarg.h>
 #include <string.h>
-#if defined(AIX) || defined(SCO) || defined(NCR)
+#if defined(AIX) || defined(SCO) || defined(NCR) || defined(__INTERIX)
 #include <strings.h>
 #endif
 #include <stdio.h>
@@ -38,7 +38,8 @@
     !defined(IRIX) && \
     !defined(SCO) && \
     !defined(SUNOS) && \
-    !defined(NCR)
+    !defined(NCR) && \
+	!defined(__INTERIX)
 #    error Target not supported.
 #endif
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-05 23:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-05 23:32 [gentoo-commits] gentoo-x86 commit in app-editors/fte/files: fte-interix.patch Christoph Junghans (ottxor)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox