1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/xshisen/files/patch-aa

21 lines
644 B
Plaintext
Raw Normal View History

--- configure.orig Tue Feb 27 21:29:29 1996
+++ configure Sun Oct 10 17:49:35 1999
@@ -1593,7 +1593,7 @@
CPPFLAGS="${CPPFLAGS} -DLIB_DIR=\\\"\$(XSHISENLIB)\\\""
1998-09-28 02:30:18 +00:00
for i in ${mandir} /usr/share/man /usr/man /usr/local/man; do
- for j in japanese japan ja ja_JP ja_JP.eucJP ja_JP.SJIS; do
+ for j in a_JP.EUC ja_JP.SJIS ja_JP.JIS7; do
if [ -d "$i/$j" ]; then
JAPANESE="$j"
break 2;
@@ -1603,7 +1603,7 @@
case "${JAPANESE}" in
j*) ;;
*) if [ "${enable_japanese}" = "euc" ]; then
- JAPANESE="ja_JP.eucJP"
+ JAPANESE="ja_JP.EUC"
elif [ "${enable_japanese}" = "sjis" ]; then
JAPANESE="ja_JP.SJIS"
else