You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
c8c9f959af
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@110883 d073be05-634f-4543-b044-5fe20cf6d1d6
22 lines
716 B
Diff
22 lines
716 B
Diff
--- custom.c.orig 2013-06-08 00:00:00.000000000 +0900
|
|
+++ custom.c 2013-07-10 19:55:53.000000000 +0900
|
|
@@ -561,7 +561,7 @@
|
|
{"FD_URLKCODE", &urlkcode, DEFVAL(NOCNV), URLKC_E, T_KNAM},
|
|
#endif
|
|
#if !defined (_NOENGMES) && !defined (_NOJPNMES)
|
|
- {"FD_MESSAGELANG", &messagelang, DEFVAL(NOCNV), MESL_E, T_MESLANG},
|
|
+ {"FD_MESSAGELANG", &messagelang, DEFVAL("C"), MESL_E, T_MESLANG},
|
|
#endif
|
|
#ifdef DEP_FILECONV
|
|
{"FD_SJISPATH", &sjispath, DEFVAL(SJISPATH), SJSP_E, T_KPATHS},
|
|
@@ -857,7 +857,9 @@
|
|
#if defined (DEP_KCONV) || (!defined (_NOENGMES) && !defined (_NOJPNMES))
|
|
case T_MESLANG:
|
|
# ifndef _NOCATALOG
|
|
+ if (!cp) cp = def_str(no);
|
|
catname = cp;
|
|
+ chkcatalog();
|
|
/*FALLTHRU*/
|
|
# endif
|
|
case T_KIN:
|