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_dispatch.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_dispatch.cpp')
-rw-r--r-- | japanese/jmode/files/patch-src_dispatch.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/japanese/jmode/files/patch-src_dispatch.cpp b/japanese/jmode/files/patch-src_dispatch.cpp new file mode 100644 index 000000000000..7e7a246fb640 --- /dev/null +++ b/japanese/jmode/files/patch-src_dispatch.cpp @@ -0,0 +1,10 @@ +--- src/dispatch.cpp.orig 2014-06-28 22:10:26.000000000 +0900 ++++ src/dispatch.cpp 2014-06-28 22:10:45.000000000 +0900 +@@ -16,6 +16,7 @@ + #include <X11/Xatom.h> + #include <unistd.h> + #include <stdio.h> ++#include <stdlib.h> + #include <map> + + #include "jmode.h" |