diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /xaw3d/xaw3d-1.5.patch | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'xaw3d/xaw3d-1.5.patch')
-rw-r--r-- | xaw3d/xaw3d-1.5.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/xaw3d/xaw3d-1.5.patch b/xaw3d/xaw3d-1.5.patch new file mode 100644 index 000000000..2667a244d --- /dev/null +++ b/xaw3d/xaw3d-1.5.patch @@ -0,0 +1,28 @@ +diff -Nru Xaw3d-1.5/xc/lib/Xaw3d/Imakefile Xaw3d-1.5-jue/xc/lib/Xaw3d/Imakefile +--- Xaw3d-1.5/xc/lib/Xaw3d/Imakefile Tue Oct 15 16:41:19 1996 ++++ Xaw3d-1.5-jue/xc/lib/Xaw3d/Imakefile Wed Oct 3 12:43:05 2001 +@@ -41,7 +41,7 @@ + + # EXTRA_DEFINES = -DARROW_SCROLLBAR -DUSEGRAY + +-# EXTRA_INCLUDES = -I. ++EXTRA_INCLUDES = -I. + + HEADERS = \ + AllWidgets.h \ +diff -Nru Xaw3d-1.5/xc/lib/Xaw3d/XawI18n.h Xaw3d-1.5-jue/xc/lib/Xaw3d/XawI18n.h +--- Xaw3d-1.5/xc/lib/Xaw3d/XawI18n.h Tue Oct 15 16:41:26 1996 ++++ Xaw3d-1.5-jue/xc/lib/Xaw3d/XawI18n.h Wed Oct 3 12:43:29 2001 +@@ -29,10 +29,12 @@ + + #ifdef HAS_WCTYPE_H + #include <wctype.h> ++/* + #include <widec.h> + #define wcslen(c) wslen(c) + #define wcscpy(d,s) wscpy(d,s) + #define wcsncpy(d,s,l) wsncpy(d,s,l) ++*/ + #endif + + #ifdef HAS_WCHAR_H |