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_ximim.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_ximim.cpp')
-rw-r--r-- | japanese/jmode/files/patch-src_ximim.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/japanese/jmode/files/patch-src_ximim.cpp b/japanese/jmode/files/patch-src_ximim.cpp new file mode 100644 index 000000000000..513a3f1b4669 --- /dev/null +++ b/japanese/jmode/files/patch-src_ximim.cpp @@ -0,0 +1,10 @@ +--- src/ximim.cpp.orig 2014-06-28 22:13:59.000000000 +0900 ++++ src/ximim.cpp 2014-06-28 22:14:31.000000000 +0900 +@@ -15,6 +15,7 @@ + # include <alloca.h> + # endif + #endif ++#include <stdlib.h> + + static std::map<int,XimIM *> g_ims; + |