tags +patch
thanks

The appended patch fixes the FTBFS on mips.


Thiemo


--- jvim-3.0-2.1b/build-tree/vim/src/memfile.c.orig     2007-11-03 
19:17:11.000000000 +0000
+++ jvim-3.0-2.1b/build-tree/vim/src/memfile.c  2007-11-03 19:18:04.000000000 
+0000
@@ -47,7 +47,7 @@
 /* 
  * Some systems have the page size in statfs, some in stat
  */
-#if (defined(SCO) || defined(_SEQUENT_) || defined(__sgi) || defined(MIPS) || 
defined(MIPSEB) || defined(m88k)) && !defined(sony)
+#if (defined(SCO) || defined(_SEQUENT_) || defined(__sgi) || 
(!defined(__linux__) && (defined(MIPS) || defined(MIPSEB))) || defined(m88k)) 
&& !defined(sony)
 # include <sys/types.h>
 # include <sys/statfs.h>
 # define STATFS statfs



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to