diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-09-05 02:52:28 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-09-05 02:52:28 +0000 |
commit | 861c67aa5258a7891e37aa1951afff1092831551 (patch) | |
tree | aeeddf536ba429b368c78cea32bf1d3ed9803817 /app-i18n/im-ja/files | |
parent | whitespace cleanup (diff) | |
download | gentoo-2-861c67aa5258a7891e37aa1951afff1092831551.tar.gz gentoo-2-861c67aa5258a7891e37aa1951afff1092831551.tar.bz2 gentoo-2-861c67aa5258a7891e37aa1951afff1092831551.zip |
Added a patch to (hopefully) resolve compilation problem with wnnlib.c
Diffstat (limited to 'app-i18n/im-ja/files')
-rw-r--r-- | app-i18n/im-ja/files/im-ja-0.6-gentoo.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-i18n/im-ja/files/im-ja-0.6-gentoo.diff b/app-i18n/im-ja/files/im-ja-0.6-gentoo.diff new file mode 100644 index 000000000000..98b93f77ebf6 --- /dev/null +++ b/app-i18n/im-ja/files/im-ja-0.6-gentoo.diff @@ -0,0 +1,10 @@ +--- im-ja-0.6.ORIG/src/wnnlib.c 2003-07-01 20:56:23.000000000 +0900 ++++ im-ja-0.6/src/wnnlib.c 2003-09-05 11:23:50.000000000 +0900 +@@ -585,6 +585,7 @@ + #include <string.h> + #include <stdlib.h> + #include <pwd.h> ++#include <unistd.h> + + #ifndef ENVDIR + #define ENVDIR "/usr/share/wnn" |