diff options
author | cjh <cjh@FreeBSD.org> | 2001-02-15 13:39:45 +0000 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2001-02-15 13:39:45 +0000 |
commit | a33fa8e3691a6b765bf40f82c08a372dcfb4186a (patch) | |
tree | 238182ae199b51befeedff899cf2cc96304d3b5d /korean | |
parent | 37b12e3bc292f3399706282b22dcb79ca08b5c32 (diff) | |
download | FreeBSD-ports-a33fa8e3691a6b765bf40f82c08a372dcfb4186a.zip FreeBSD-ports-a33fa8e3691a6b765bf40f82c08a372dcfb4186a.tar.gz |
patch for preventing from linux-centric LANG setup.
Diffstat (limited to 'korean')
-rw-r--r-- | korean/ami/files/patch-ami_c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/korean/ami/files/patch-ami_c b/korean/ami/files/patch-ami_c new file mode 100644 index 0000000..b046078 --- /dev/null +++ b/korean/ami/files/patch-ami_c @@ -0,0 +1,11 @@ +--- src/ami.c~ Wed Feb 14 14:03:31 2001 ++++ src/ami.c Thu Feb 15 22:31:54 2001 +@@ -350,7 +350,7 @@ + close(orig); close(out); + } + } +- setenv("LANG", "ko_KR.eucKR", 1); ++ /*setenv("LANG", "ko_KR.eucKR", 1);*/ + + locale = gtk_set_locale(); + if (!strcmp(locale, "C")) { |