diff options
Diffstat (limited to 'japanese/chasen-base/patches/patch-ae')
-rw-r--r-- | japanese/chasen-base/patches/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/chasen-base/patches/patch-ae b/japanese/chasen-base/patches/patch-ae new file mode 100644 index 00000000000..09a91f15cba --- /dev/null +++ b/japanese/chasen-base/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2001/02/09 00:06:37 taca Exp $ + +--- lib/Makefile.in.orig Thu Dec 21 06:28:51 2000 ++++ lib/Makefile.in +@@ -82,7 +82,7 @@ + libchasen_la_LDFLAGS = -version-info $(LTVERSION) + + INCLUDES = -I.. +-DEFS = -DRCPATH=\"$(pkgdatadir)/dic/ipadic/chasenrc\" @DEFS@ ++DEFS = -DRCPATH=\"$(sysconfdir)/chasenrc\" @DEFS@ + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = |