Hi,

Debian m68k folks have patch for, uhm, building pyinotify on m68k :) Attached.

Original debian bugreport is at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394587

-- 
JID: [EMAIL PROTECTED]
Index: pyinotify/src/pyinotify/inotify_syscalls.h
===================================================================
--- pyinotify.orig/src/pyinotify/inotify_syscalls.h	2007-05-04 23:51:03.000000000 +0700
+++ pyinotify/src/pyinotify/inotify_syscalls.h	2007-05-04 23:51:06.000000000 +0700
@@ -72,6 +72,10 @@
 # define __NR_inotify_init		(__NR_Linux + 269)
 # define __NR_inotify_add_watch		(__NR_Linux + 270)
 # define __NR_inotify_rm_watch		(__NR_Linux + 271)
+#elif defined (__mc68000__)
+# define __NR_inotify_init 284
+# define __NR_inotify_add_watch 285
+# define __NR_inotify_rm_watch 286
 #else
 # error "Unsupported architecture!"
 #endif

Reply via email to