aboutsummaryrefslogtreecommitdiff
path: root/japanese/tomoe/files
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2007-01-11 17:33:54 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2007-01-11 17:33:54 +0000
commit0c96967e336a4842f5e9ea5d8e01c87cc065435d (patch)
tree850da67eb6a1245ab6771d603860367966273e75 /japanese/tomoe/files
parentd11db20443d5179328af4b90a524eecf2b3fe505 (diff)
downloadports-0c96967e336a4842f5e9ea5d8e01c87cc065435d.tar.gz
ports-0c96967e336a4842f5e9ea5d8e01c87cc065435d.zip
OPTIONS'fy to support Ruby based dictionary module, Hyper Estraier
dictionary module, MySQL dictionary module and Unihan database dictionary module.
Notes
Notes: svn path=/head/; revision=182113
Diffstat (limited to 'japanese/tomoe/files')
-rw-r--r--japanese/tomoe/files/patch-configure22
1 files changed, 22 insertions, 0 deletions
diff --git a/japanese/tomoe/files/patch-configure b/japanese/tomoe/files/patch-configure
new file mode 100644
index 000000000000..7e2c4198883f
--- /dev/null
+++ b/japanese/tomoe/files/patch-configure
@@ -0,0 +1,22 @@
+Index: configure
+diff -u configure.orig configure
+--- configure.orig Fri Jan 12 01:41:01 2007
++++ configure Fri Jan 12 01:47:51 2007
+@@ -21716,7 +21716,7 @@
+ fi
+
+
+-if test "$est_exists" = "yes"; then
++if test x"$with_est" = "xyes" -a "$est_exists" = "yes"; then
+ WITH_EST_TRUE=
+ WITH_EST_FALSE='#'
+ else
+@@ -22374,7 +22374,7 @@
+ fi
+
+
+-if test "x$MYSQL_CONFIG" != "xmysql_config-not-found"; then
++if test x"$with_mysql" = "xyes" -a "x$MYSQL_CONFIG" != "xmysql_config-not-found"; then
+ enable_mysql=yes
+ MYSQL_CFLAGS=`$MYSQL_CONFIG --cflags`
+ MYSQL_LIBS=`$MYSQL_CONFIG --libs`