diff options
author | max <max@FreeBSD.org> | 1997-10-28 16:05:27 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-10-28 16:05:27 +0000 |
commit | 2ed9b87832bd97a2aabbbdfb5da0ccd0fb1bd9c8 (patch) | |
tree | fb0077adc8504d6fd3b5cbbd8671e23be759d2d8 /net/samba | |
parent | 7aa24cb9a624a6aa728b5d78b2dc533c46714eae (diff) | |
download | FreeBSD-ports-2ed9b87832bd97a2aabbbdfb5da0ccd0fb1bd9c8.zip FreeBSD-ports-2ed9b87832bd97a2aabbbdfb5da0ccd0fb1bd9c8.tar.gz |
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.
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba/files/patch-aa b/net/samba/files/patch-aa index 6271a12..6c07f09 100644 --- a/net/samba/files/patch-aa +++ b/net/samba/files/patch-aa @@ -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 |