diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-11-23 14:56:18 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-11-23 14:56:18 +0000 |
commit | 6c9f63d85675022c1327c4ec9b5926ec121029bf (patch) | |
tree | 2efddc4726ac20e18505c4c7e7f22656095e1fad /games/xshisen/files | |
parent | 1e5e5ef8268647d613ab3bec8ab7dbff0e97c804 (diff) | |
download | ports-6c9f63d85675022c1327c4ec9b5926ec121029bf.tar.gz ports-6c9f63d85675022c1327c4ec9b5926ec121029bf.zip |
Notes
Diffstat (limited to 'games/xshisen/files')
-rw-r--r-- | games/xshisen/files/patch-aa | 9 | ||||
-rw-r--r-- | games/xshisen/files/patch-ac | 11 |
2 files changed, 10 insertions, 10 deletions
diff --git a/games/xshisen/files/patch-aa b/games/xshisen/files/patch-aa index fec6aebab785..d3ed5829c04a 100644 --- a/games/xshisen/files/patch-aa +++ b/games/xshisen/files/patch-aa @@ -9,12 +9,3 @@ 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 diff --git a/games/xshisen/files/patch-ac b/games/xshisen/files/patch-ac index ccba545eb726..35bc8ad44e80 100644 --- a/games/xshisen/files/patch-ac +++ b/games/xshisen/files/patch-ac @@ -1,5 +1,14 @@ --- Makefile.in.orig Tue Jan 23 17:35:21 1996 -+++ Makefile.in Sun Nov 28 13:59:53 1999 ++++ Makefile.in Sat Nov 9 17:18:47 2002 +@@ -39,7 +39,7 @@ + SCF = xshisen-scores + + LIBS = @LIBS@ +-CODECONV = ./$(exec_name) -KCONV jis ++CODECONV = (nkf -e | sed 's/XSHISEN_VERSION/1.36/') + + all: $(PROGS) + @@ -64,6 +64,9 @@ $(INSTALLD) $$file $(XSHISENLIB)/`basename $$file`; \ done |