]> git.pld-linux.org Git - packages/Xaw3d.git/commitdiff
- Xaw3d patch for proper compiling on systems with glibc.
authorkloczek <kloczek@pld-linux.org>
Tue, 29 Jun 1999 19:59:24 +0000 (19:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Xaw3d-glibc.patch -> 1.1

Xaw3d-glibc.patch [new file with mode: 0644]

diff --git a/Xaw3d-glibc.patch b/Xaw3d-glibc.patch
new file mode 100644 (file)
index 0000000..b52f5e7
--- /dev/null
@@ -0,0 +1,21 @@
+--- Xaw3d-1.3/xc/lib/Xaw3d/XawI18n.h.orig      Tue Aug 29 07:00:21 1995
++++ Xaw3d-1.3/xc/lib/Xaw3d/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
This page took 0.111908 seconds and 4 git commands to generate.