Commit Graph

3 Commits

Author SHA1 Message Date
Masafumi Max NAKANE
d4b598a09d Fix for problem indicated in PR #2666:
Perl5 uses setlocale function.  Recent jp-perl5 linked this order:
        libm libmalloc libc libcrypt libxpg4.
  the function of setlocale in libc has some problems for some locales
  (for example, ja_JP.EUC).

  It is needed to link libxpg4 before libc. I change to correct order
  in configure file of perl5.

Submitted by:	sampei@yy.cs.keio.ac.jp
1997-02-05 15:38:45 +00:00
Masafumi Max NAKANE
1ec431b791 ln -s -> ln -fs.
Submitted by:	sampei@yy.cs.keio.ac.jp
1997-02-05 15:35:22 +00:00
Masafumi Max NAKANE
ab617e2008 New port:
Perl with Japanese language support, AKA jperl.
Submitted by:	sanpei@yy.cs.keio.ac.jp
(Closing PR #2456.)
1997-01-24 06:58:44 +00:00