aboutsummaryrefslogtreecommitdiff
path: root/korean/hanterm-xf86/files
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2003-02-18 10:08:14 +0000
committerCHOI Junho <cjh@FreeBSD.org>2003-02-18 10:08:14 +0000
commit0dcbe067d4a6897b4af61bc849e9168eb81dce20 (patch)
tree72fc1fdec24ed898dbe58f9be4abd9a9410a8e4a /korean/hanterm-xf86/files
parent38a562c0ac5be89a12390002678c2854c2b29e74 (diff)
Notes
Diffstat (limited to 'korean/hanterm-xf86/files')
-rw-r--r--korean/hanterm-xf86/files/patch-configure14
-rw-r--r--korean/hanterm-xf86/files/patch-makefile_in12
2 files changed, 13 insertions, 13 deletions
diff --git a/korean/hanterm-xf86/files/patch-configure b/korean/hanterm-xf86/files/patch-configure
index ad344330e809..8e80b748b859 100644
--- a/korean/hanterm-xf86/files/patch-configure
+++ b/korean/hanterm-xf86/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Tue Aug 28 14:36:15 2001
-+++ configure Tue Sep 11 18:52:18 2001
-@@ -5956,11 +5956,11 @@
+--- configure.orig Mon Dec 30 11:21:21 2002
++++ configure Tue Feb 18 18:50:55 2003
+@@ -6077,11 +6077,11 @@
int main (int argc, char **argv)
{
@@ -16,12 +16,12 @@
size_t utf8_real_len = strlen (utf8);
#ifdef HAVE_GNU_GET_LIBC_VERSION
-@@ -5969,7 +5969,7 @@
+@@ -6090,7 +6090,7 @@
exit (1);
#endif
- cd = iconv_open ("UTF-8", "ISO-2022-JP");
+ cd = iconv_open ("UTF-8", "EUC-KR");
- if (!cd)
- exit (1);
- if (iconv (cd, &jp, &jp_len, &trans, &utf8_len) == -1 || jp_len != 0)
+ if (cd == (iconv_t) -1) {
+ /* ÇÑ±Û solaris */
+ cd = iconv_open ("ko_KR-UTF-8", "ko_KR-euc");
diff --git a/korean/hanterm-xf86/files/patch-makefile_in b/korean/hanterm-xf86/files/patch-makefile_in
index a1426418a7d9..5d815e6537bc 100644
--- a/korean/hanterm-xf86/files/patch-makefile_in
+++ b/korean/hanterm-xf86/files/patch-makefile_in
@@ -1,11 +1,11 @@
---- Makefile.in.orig Tue Sep 11 19:00:32 2001
-+++ Makefile.in Tue Sep 11 19:00:48 2001
-@@ -151,7 +151,7 @@
- install-full :: $(BINNAME)$x resize$x
+--- Makefile.in.orig Tue Feb 18 18:56:34 2003
++++ Makefile.in Tue Feb 18 18:56:45 2003
+@@ -180,7 +180,7 @@
$(SHELL) $(srcdir)/sinstall.sh "$(INSTALL_PROGRAM)" $(BINNAME)$x @XTERM_PATH@ $(BINDIR)/$(binary_xterm)
$(INSTALL_PROGRAM) -s -m 755 resize$x $(BINDIR)/$(binary_resize)
-- $(INSTALL_PROGRAM) -m 444 keyboard/*.kbd $(prefix)/share/hangul_keyboard
-+ $(INSTALL_DATA) -m 444 keyboard/*.kbd $(prefix)/share/hangul_keyboard
+ $(INSTALL_DATA) -m 444 $(srcdir)/keyboard/*.kbd $(srcdir)/keyboard/*.map $(KEYBDIR)
+- $(INSTALL_PROGRAM) -m 755 $(srcdir)/uxterm $(BINDIR)/$(binary_uxterm)
++ $(INSTALL_SCRIPT) -m 755 $(srcdir)/uxterm $(BINDIR)/$(binary_uxterm)
install \
install-man \