summaryrefslogtreecommitdiff
path: root/japanese/jmode/files/patch-src_main.cpp
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2018-10-27 15:45:32 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2018-10-27 15:45:32 +0000
commitb79a4739153577138d5f01dd381d8b5184763021 (patch)
treef1121db69be4b19862c55c2ad7421c3cf2e2d5da /japanese/jmode/files/patch-src_main.cpp
parent* Updated to 161 (diff)
- Fix build error with Clang 6.
- Pet portlint.
Notes
Notes: svn path=/head/; revision=483145
Diffstat (limited to 'japanese/jmode/files/patch-src_main.cpp')
-rw-r--r--japanese/jmode/files/patch-src_main.cpp11
1 files changed, 8 insertions, 3 deletions
diff --git a/japanese/jmode/files/patch-src_main.cpp b/japanese/jmode/files/patch-src_main.cpp
index 8f9424161280..e4c9a6ec0020 100644
--- a/japanese/jmode/files/patch-src_main.cpp
+++ b/japanese/jmode/files/patch-src_main.cpp
@@ -1,6 +1,6 @@
---- src/main.cpp.orig Sat May 3 18:46:15 2003
-+++ src/main.cpp Sat Jul 12 03:40:03 2003
-@@ -27,7 +27,7 @@
+--- src/main.cpp.orig 2003-05-03 09:46:15 UTC
++++ src/main.cpp
+@@ -27,11 +27,11 @@ int host_byte_order;
//ʸ»úÎó
#ifdef __FreeBSD__
@@ -9,3 +9,8 @@
#else
#define LANG "ja_JP"
#endif
+-#define VERSION_NAME "jmode out of the way! Version "VERSION"\n"
++#define VERSION_NAME "jmode out of the way! Version " VERSION "\n"
+ char *version_name=VERSION_NAME;
+ char *usage=
+ "--help , --version :Show usage or version\n"