Package: lxlauncher
Version: 0.1.6-1
Severity: serious

Lxlauncher currently fails to build on hppa, mips, mipsel and powerpc.
The appended patch is a minimal fix.


Thiemo


--- lxlauncher-0.1.6/src/inotify/inotify-syscalls.h~    2008-06-25 
16:06:48.000000000 +0100
+++ lxlauncher-0.1.6/src/inotify/inotify-syscalls.h     2008-06-25 
16:06:38.000000000 +0100
@@ -3,7 +3,9 @@
 
 #include <sys/syscall.h>
 
-#if defined(__i386__)
+#if defined(__NR_inotify_init)
+/* Presume we acquired all inotify syscall numbers fro the system headers. */
+#elif defined(__i386__)
 # define __NR_inotify_init     291
 # define __NR_inotify_add_watch        292
 # define __NR_inotify_rm_watch 293



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

Reply via email to