summaryrefslogtreecommitdiff
path: root/app-i18n/kinput2/files/kinput2-ppc.patch
blob: 897b154eb5ac634ff8b82333bd98e776793333a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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