This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
uxlaunch/uxlaunch-fixppc.patch

11 lines
341 B
Diff

--- uxlaunch-0.49/desktop.c.orig 2010-04-16 11:30:57.000000000 +0100
+++ uxlaunch-0.49/desktop.c 2010-04-16 11:36:28.000000000 +0100
@@ -31,6 +31,8 @@
# define __NR_ioprio_set 251
#elif defined(__arm__)
# define __NR_ioprio_set 314
+#elif defined (__powerpc__)
+# define __NR_ioprio_set 273
#else
# error "Unsupported arch"
#endif