You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/kinput2/files/kinput2-ppc.patch

12 lines
181 B

--- a/cmd/kinput2.c
+++ b/cmd/kinput2.c
@@ -644,3 +644,8 @@
return n;
}
#endif
+
+#if defined(linux) && defined(PPC)
+/* avoid nusty gcc bug */
+void _XtInherit() {}
+#endif