The maintainer submitted files for the Japanese version of samba.
Although it won't cause any problem as long as English and Japanese are used for file names, it will be some problem if other languages are used. So fix that problem.
This commit is contained in:
parent
93e38c1af9
commit
77806be064
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8378
@ -52,7 +52,7 @@
|
||||
# NOTE: You may need to add -DBSD44 if you have password problems
|
||||
-# FLAGSM = -DFreeBSD -DFAST_SHARE_MODES
|
||||
-# LIBSM = -lcrypt
|
||||
+FLAGSM = -DFreeBSD -DFAST_SHARE_MODES -DKANJI=\"cap\"
|
||||
+FLAGSM = -DFreeBSD -DFAST_SHARE_MODES
|
||||
+LIBSM = -lcrypt
|
||||
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
||||
# NOTE: You may need to add -DBSD44 if you have password problems
|
||||
-# FLAGSM = -DFreeBSD -DFAST_SHARE_MODES
|
||||
-# LIBSM = -lcrypt
|
||||
+FLAGSM = -DFreeBSD -DFAST_SHARE_MODES -DKANJI=\"cap\"
|
||||
+FLAGSM = -DFreeBSD -DFAST_SHARE_MODES
|
||||
+LIBSM = -lcrypt
|
||||
|
||||
|
||||
|
@ -52,7 +52,7 @@
|
||||
# NOTE: You may need to add -DBSD44 if you have password problems
|
||||
-# FLAGSM = -DFreeBSD -DFAST_SHARE_MODES
|
||||
-# LIBSM = -lcrypt
|
||||
+FLAGSM = -DFreeBSD -DFAST_SHARE_MODES -DKANJI=\"cap\"
|
||||
+FLAGSM = -DFreeBSD -DFAST_SHARE_MODES
|
||||
+LIBSM = -lcrypt
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user