diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2014-06-28 13:42:04 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2014-06-28 13:42:04 +0000 |
commit | 2eb4172d38b254baa6505a3e8df92b1b56af8ba9 (patch) | |
tree | 38895cebb9ffa2c89fc30f88853c12bedca91754 /japanese/jmode/files/patch-src_kkconv.cpp | |
parent | - Convert USE_BZIP2 to USES (diff) |
Fix build error.
Update MASTER_SITES.
Add LICENSE.
Conform current LIB_DEPENDS convention.
Remove NO_STAGE mark.
Use %%DATADIR%% in pkg-plist.
Notes
Notes:
svn path=/head/; revision=359699
Diffstat (limited to 'japanese/jmode/files/patch-src_kkconv.cpp')
-rw-r--r-- | japanese/jmode/files/patch-src_kkconv.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/japanese/jmode/files/patch-src_kkconv.cpp b/japanese/jmode/files/patch-src_kkconv.cpp new file mode 100644 index 000000000000..25a7ad9c357b --- /dev/null +++ b/japanese/jmode/files/patch-src_kkconv.cpp @@ -0,0 +1,10 @@ +--- src/kkconv.cpp.orig 2014-06-28 22:15:17.000000000 +0900 ++++ src/kkconv.cpp 2014-06-28 22:15:38.000000000 +0900 +@@ -18,6 +18,7 @@ + # include <alloca.h> + # endif + #endif ++#include <stdlib.h> + + // キャラクタコード32から、 + //このソースはEUCで書かれている。 |