diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2004-08-01 13:57:25 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2004-08-01 13:57:25 +0000 |
commit | 2d8fc7cd6be767278395a215010cefa5440c56f6 (patch) | |
tree | eb1b0e1c4a6f31e76378b07b45657bf7988a278a /textproc/uim/files | |
parent | 92e618dfd5e498dd14b8518061f03b4e6285a4e1 (diff) |
Update to 0.4.2.1.
Notes
Notes:
svn path=/head/; revision=115205
Diffstat (limited to 'textproc/uim/files')
-rw-r--r-- | textproc/uim/files/patch-configure | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/textproc/uim/files/patch-configure b/textproc/uim/files/patch-configure index 790143b8afce..71bd426e8d70 100644 --- a/textproc/uim/files/patch-configure +++ b/textproc/uim/files/patch-configure @@ -1,15 +1,20 @@ ---- configure.orig Sat Apr 10 10:42:35 2004 -+++ configure Sat Apr 10 10:43:38 2004 -@@ -19195,13 +19195,6 @@ +--- configure.orig Sun Aug 1 22:33:54 2004 ++++ configure Sun Aug 1 22:34:13 2004 +@@ -19203,18 +19203,6 @@ 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 --: --else -- { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5 +-if test "x" != "xno-xml"; then +- echo "$as_me:$LINENO: checking for XML::Parser" >&5 +-echo $ECHO_N "checking for XML::Parser... $ECHO_C" >&6 +- if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then +- echo "$as_me:$LINENO: result: ok" >&5 +-echo "${ECHO_T}ok" >&6 +- else +- { { 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 -fi # Remove file type tags (using []) from po/POTFILES. |