diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-11-13 19:06:51 +0800 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-11-13 19:06:51 +0800 |
commit | 3263f4ad8111fd920f46b2a5295236ca303f2c07 (patch) | |
tree | 445ea0d1a059653081457ea80a8e72ea7a593e3f | |
parent | d6f25f79644444c83223c84736692a83e1593581 (diff) | |
download | freebsd-ports-gnome-3263f4ad8111fd920f46b2a5295236ca303f2c07.tar.gz freebsd-ports-gnome-3263f4ad8111fd920f46b2a5295236ca303f2c07.tar.zst freebsd-ports-gnome-3263f4ad8111fd920f46b2a5295236ca303f2c07.zip |
Fix build error.
-rw-r--r-- | japanese/waeijiro-fpw/files/patch-aa | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/japanese/waeijiro-fpw/files/patch-aa b/japanese/waeijiro-fpw/files/patch-aa index 6c7be36bfe43..bff9e47b4ca7 100644 --- a/japanese/waeijiro-fpw/files/patch-aa +++ b/japanese/waeijiro-fpw/files/patch-aa @@ -1,5 +1,5 @@ --- Makefile.orig Sun Jun 8 22:30:55 2003 -+++ Makefile Sat Aug 2 18:13:46 2003 ++++ Makefile Sun Nov 13 20:03:33 2005 @@ -1,4 +1,7 @@ -SRC_DICT=/home/tf/tmp/WAEIJI52.TXT +ifeq (,${SRC_DICT}) @@ -9,11 +9,3 @@ INSTALLDIR=/home/dict DIR=WAEIJIRO # Define Kanji-code on the terminal (jis/euc/sjis) -@@ -7,6 +10,6 @@ - # don't modify below - - FPWPARSER = waeijiro-fpw.pl --FPWPARSERFLAGS = $(LOG_CODE) $(SRC_DICT) -+FPWPARSERFLAGS = -- $(LOG_CODE) $(SRC_DICT) - - include fpwutils.mk |