diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-12-31 19:31:18 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-12-31 19:31:18 +0000 |
commit | fa091dae24b20c92e047cd5d79c2de1ab3930553 (patch) | |
tree | 361509775cc7d88f1c7cfbe3f20fde9d69e7ed75 /japanese/uim/files/patch-configure | |
parent | Add qt-odbc-plugin, a database plugin for the QT toolkit. (diff) |
Update to 0.2.2.
Notes
Notes:
svn path=/head/; revision=97012
Diffstat (limited to 'japanese/uim/files/patch-configure')
-rw-r--r-- | japanese/uim/files/patch-configure | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/japanese/uim/files/patch-configure b/japanese/uim/files/patch-configure index f4fa7ee6522b..8797a60d41af 100644 --- a/japanese/uim/files/patch-configure +++ b/japanese/uim/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Mon Dec 8 21:20:21 2003 -+++ configure Sun Dec 21 01:34:43 2003 -@@ -19073,6 +19073,7 @@ +--- configure.orig Wed Dec 31 01:26:36 2003 ++++ configure Wed Dec 31 23:56:57 2003 +@@ -19085,6 +19085,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,3 +8,15 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -19223,11 +19224,6 @@ + if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then + { { echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5 + echo "$as_me: error: perl 5.x required for intltool" >&2;} +- { (exit 1); exit 1; }; } +-fi +-if ! `perl -e "require XML::Parser" 2>/dev/null`; then +- { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5 +-echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;} + { (exit 1); exit 1; }; } + fi + |