Update japanese/wordpress to version 4.7
[dports.git] / japanese / tomoe / files / patch-configure
1 Index: configure
2 diff -u configure.orig configure
3 --- configure.orig      2007-08-16 02:29:47.000000000 +0900
4 +++ configure   2007-08-16 04:00:10.000000000 +0900
5 @@ -23914,7 +23914,7 @@
6  echo "${ECHO_T}yes" >&6; }
7         use_est=yes
8  fi
9 - if test x"$use_est" = "xyes"; then
10 + if test x"$with_est" = "xyes" -a x"$use_est" = "xyes"; then
11    USE_EST_TRUE=
12    USE_EST_FALSE='#'
13  else
14 @@ -24970,7 +24970,7 @@
15  
16  
17  
18 -if test "x$MYSQL_CONFIG" != "xmysql_config-not-found"; then
19 +if test x"$with_mysql" = "xyes" -a "x$MYSQL_CONFIG" != "xmysql_config-not-found"; then
20    use_mysql=yes
21    MYSQL_CFLAGS=`$MYSQL_CONFIG --cflags`
22    MYSQL_LIBS=`$MYSQL_CONFIG --libs`
23 @@ -26677,7 +26677,7 @@
24      "modify-itlocaledir":C)
25  sed \
26    -i'' \
27 -  -e "s/^itlocaledir = /itlocaledir = \$(datadir)\/locale\n#itlocaledir = /" \
28 +  -e "s/^itlocaledir = .*/itlocaledir = \$(datadir)\/locale/" \
29    po/Makefile
30   ;;
31      "po/stamp-it":C)