mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
patch for preventing from linux-centric LANG setup.
This commit is contained in:
parent
0288596190
commit
e91c740086
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38373
11
korean/ami/files/patch-ami_c
Normal file
11
korean/ami/files/patch-ami_c
Normal file
@ -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")) {
|
Loading…
Reference in New Issue
Block a user