rpms/mfiler3/devel mfiler3-2.0.8a-use-external.patch,1.1,1.2

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Sep 27 14:56:18 UTC 2008


Author: mtasaka

Update of /cvs/extras/rpms/mfiler3/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30989/devel

Modified Files:
	mfiler3-2.0.8a-use-external.patch 
Log Message:
a bit fix for cmigemo patch

mfiler3-2.0.8a-use-external.patch:

Index: mfiler3-2.0.8a-use-external.patch
===================================================================
RCS file: /cvs/extras/rpms/mfiler3/devel/mfiler3-2.0.8a-use-external.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mfiler3-2.0.8a-use-external.patch	27 Sep 2008 08:26:13 -0000	1.1
+++ mfiler3-2.0.8a-use-external.patch	27 Sep 2008 14:55:48 -0000	1.2
@@ -1,5 +1,5 @@
---- mfiler3/Makefile.in.cmigemo	2008-09-27 15:52:38.000000000 +0900
-+++ mfiler3/Makefile.in	2008-09-27 17:09:26.000000000 +0900
+--- mfiler3/Makefile.in.cmigemo	2008-09-11 04:46:29.000000000 +0900
++++ mfiler3/Makefile.in	2008-09-27 23:52:57.000000000 +0900
 @@ -19,6 +19,7 @@
  COMPILED_INCONIG=@COMPILED_INCONIG@
  
@@ -69,7 +69,7 @@
  #undef HAVE_NCURSES_H
  #undef HAVE_ICONV_H
 --- mfiler3/configure.in.cmigemo	2008-07-07 11:59:46.000000000 +0900
-+++ mfiler3/configure.in	2008-09-27 17:16:12.000000000 +0900
++++ mfiler3/configure.in	2008-09-27 23:53:02.000000000 +0900
 @@ -140,6 +140,19 @@
  AC_SUBST(LIBMIGEMO)
  
@@ -78,7 +78,7 @@
 +###############################################################################
 +AC_ARG_WITH(system-migemodir,[ --with-system-migemodir    
 +	(specify the directory of system migemo dictionary. /usr/share/migemo, for example)],
-+	[ if test "$withval" && test -n $LIBMIGEMO ; then
++	[ if test -n "$withval" && test -n $LIBMIGEMO ; then
 +		echo "system-migemodir = $withval"
 +		SYSTEM_MIGEMODIR="$withval"
 +		AC_DEFINE_UNQUOTED(SYSTEM_MIGEMODIR, "$withval")




More information about the fedora-extras-commits mailing list