diff options
Diffstat (limited to 'x11-libs/libXaw3d/files/Xaw3d-xfree86.diff')
-rw-r--r-- | x11-libs/libXaw3d/files/Xaw3d-xfree86.diff | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-libs/libXaw3d/files/Xaw3d-xfree86.diff b/x11-libs/libXaw3d/files/Xaw3d-xfree86.diff new file mode 100644 index 000000000000..a7665e36e7c2 --- /dev/null +++ b/x11-libs/libXaw3d/files/Xaw3d-xfree86.diff @@ -0,0 +1,21 @@ +--- XawI18n.h.orig Tue Aug 29 07:00:21 1995 ++++ XawI18n.h Tue Nov 19 02:22:09 1996 +@@ -27,12 +27,18 @@ + + ********************************************************/ + ++#if 0 + #ifdef HAS_WCTYPE_H + #include <wctype.h> ++#if !defined(__linux__) + #include <widec.h> ++#endif ++#endif + #define wcslen(c) wslen(c) + #define wcscpy(d,s) wscpy(d,s) + #define wcsncpy(d,s,l) wsncpy(d,s,l) ++#if 0 ++#endif + #endif + + #ifdef HAS_WCHAR_H |