diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-08-02 05:34:21 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-08-02 05:34:21 +0000 |
commit | e993f5aa3a51ab03a14350caa063984e599080c8 (patch) | |
tree | 5c4170dd2cca723db3cab82bbc73fbd6e50ffc26 /x11-libs/libXaw3d/files | |
parent | bump diffball to 1.0.1 w/ xz support (diff) | |
download | gentoo-2-e993f5aa3a51ab03a14350caa063984e599080c8.tar.gz gentoo-2-e993f5aa3a51ab03a14350caa063984e599080c8.tar.bz2 gentoo-2-e993f5aa3a51ab03a14350caa063984e599080c8.zip |
Rename Xaw3d to libXaw3d.
(Portage version: 2.1.10.3/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'x11-libs/libXaw3d/files')
-rw-r--r-- | x11-libs/libXaw3d/files/Xaw3d-out-of-tree.diff | 11 | ||||
-rw-r--r-- | x11-libs/libXaw3d/files/Xaw3d-xfree86.diff | 21 |
2 files changed, 32 insertions, 0 deletions
diff --git a/x11-libs/libXaw3d/files/Xaw3d-out-of-tree.diff b/x11-libs/libXaw3d/files/Xaw3d-out-of-tree.diff new file mode 100644 index 000000000000..41af529025e2 --- /dev/null +++ b/x11-libs/libXaw3d/files/Xaw3d-out-of-tree.diff @@ -0,0 +1,11 @@ +--- Imakefile.orig Thu Apr 30 19:50:26 1998 ++++ Imakefile Thu Apr 30 19:50:43 1998 +@@ -41,7 +41,7 @@ + + # EXTRA_DEFINES = -DARROW_SCROLLBAR -DUSEGRAY + +-# EXTRA_INCLUDES = -I. ++EXTRA_INCLUDES = -I. + + HEADERS = \ + AllWidgets.h \ 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 |