uxlaunch/uxlaunch-fixppc.patch
2009-10-13 16:47:37 +00:00

11 lines
344 B
Diff

--- uxlaunch-0.23/desktop.c.orig 2009-09-08 17:56:45.000000000 +0100
+++ uxlaunch-0.23/desktop.c 2009-09-08 17:57:21.000000000 +0100
@@ -26,6 +26,8 @@
# define __NR_ioprio_set 289
#elif defined(__x86_64__)
# define __NR_ioprio_set 251
+#elif defined (__powerpc__)
+# define __NR_ioprio_set 273
#else
# error "Unsupported arch"
#endif