diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-17 23:28:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-17 23:28:04 +0000 |
commit | 1a8a092d9fefcbd7f960c82c59802c61807867a6 (patch) | |
tree | 48e47bf661e0e5d6ed9c060e8aea683b30d4540f /japanese/eterm/files/extra-patch-src_defaultfont.h | |
parent | - Update to 1.7.1 (diff) |
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight
Diffstat (limited to 'japanese/eterm/files/extra-patch-src_defaultfont.h')
-rw-r--r-- | japanese/eterm/files/extra-patch-src_defaultfont.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/japanese/eterm/files/extra-patch-src_defaultfont.h b/japanese/eterm/files/extra-patch-src_defaultfont.h new file mode 100644 index 000000000000..5eccec35b2b1 --- /dev/null +++ b/japanese/eterm/files/extra-patch-src_defaultfont.h @@ -0,0 +1,15 @@ +--- src/defaultfont.h.orig Tue Aug 26 09:35:29 2003 ++++ src/defaultfont.h Sun Jan 18 05:39:35 2004 +@@ -95,9 +95,9 @@ + #define NFONT_LIST_NULL NFONT_LIST_10646 + #define MFONT_LIST_NULL MFONT_LIST_10646 + +-#define DEF_EUCJ 1 +-#define NFONT_LIST_EUCJ "6x12","7x14", "8x16", "9x18", "12x24" +-#define MFONT_LIST_EUCJ "k12", "k14", "kanji16", "k18", "kanji24" ++#define DEF_EUCJ 0 ++#define NFONT_LIST_EUCJ "7x14","a10", "r12", "8x16", "12x24" ++#define MFONT_LIST_EUCJ "k14", "k10", "k12", "kanji16", "kanji24" + + #define DEF_GB 0 + #define NFONT_LIST_GB "8x16", "12x24", "", "", "" |