aboutsummaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2001-02-15 13:39:45 +0000
committerCHOI Junho <cjh@FreeBSD.org>2001-02-15 13:39:45 +0000
commite91c74008635a151b43c5c4786510ee9f2f189ac (patch)
tree1b1d72778a3b4813b9f90482165ce533a9993485 /korean
parent0288596190fb486324ebf70c448f72c1a6372ff4 (diff)
downloadports-e91c74008635a151b43c5c4786510ee9f2f189ac.tar.gz
ports-e91c74008635a151b43c5c4786510ee9f2f189ac.zip
patch for preventing from linux-centric LANG setup.
Notes
Notes: svn path=/head/; revision=38373
Diffstat (limited to 'korean')
-rw-r--r--korean/ami/files/patch-ami_c11
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 000000000000..b046078eae08
--- /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")) {