aboutsummaryrefslogtreecommitdiff
path: root/japanese/tomoe/files
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2007-01-06 15:19:07 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2007-01-06 15:19:07 +0000
commit8b4b37b8aaa29893360be4d561a3e9aaed96c4f7 (patch)
tree0367fc602617530efb51a59815fa16d8d5e08d04 /japanese/tomoe/files
parent5d083f0bb1869e623b875ae8cd9374ead7c28932 (diff)
downloadports-8b4b37b8aaa29893360be4d561a3e9aaed96c4f7.tar.gz
ports-8b4b37b8aaa29893360be4d561a3e9aaed96c4f7.zip
Notes
Diffstat (limited to 'japanese/tomoe/files')
-rw-r--r--japanese/tomoe/files/patch-module::dict::Makefile.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/tomoe/files/patch-module::dict::Makefile.in b/japanese/tomoe/files/patch-module::dict::Makefile.in
new file mode 100644
index 000000000000..4bf80a357a2b
--- /dev/null
+++ b/japanese/tomoe/files/patch-module::dict::Makefile.in
@@ -0,0 +1,13 @@
+Index: module/dict/Makefile.in
+diff -u module/dict/Makefile.in.orig module/dict/Makefile.in
+--- module/dict/Makefile.in.orig Sat Jan 6 17:19:56 2007
++++ module/dict/Makefile.in Sat Jan 6 20:19:38 2007
+@@ -694,7 +694,7 @@
+ @WITH_UNIHAN_TRUE@ cd $(top_builddir)/data && $(MAKE) $(AM_MAKEFLAGS) kanjidic2.xml
+
+ @WITH_UNIHAN_TRUE@tomoe-unihan-data.h: unihan-compiler.rb Unihan.stamp $(top_builddir)/data/kanjidic2.xml
+-@WITH_UNIHAN_TRUE@ $(RUBY) -I$(top_srcdir)/ext/ruby -I$(top_builddir)/ext/ruby/.libs \
++@WITH_UNIHAN_TRUE@ env LD_LIBRARY_PATH=$(top_srcdir)/lib/.libs:/usr/local/lib:/usr/lib:/lib $(RUBY) -I$(top_srcdir)/ext/ruby -I$(top_builddir)/ext/ruby/.libs \
+ @WITH_UNIHAN_TRUE@ -I$(top_srcdir)/test unihan-compiler.rb \
+ @WITH_UNIHAN_TRUE@ Unihan.txt $(top_srcdir)/data/kanjidic2.xml > $@.tmp || exit 1;
+ @WITH_UNIHAN_TRUE@ mv $@.tmp $@