diff options
Diffstat (limited to 'textproc/uim/files/patch-configure')
-rw-r--r-- | textproc/uim/files/patch-configure | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/textproc/uim/files/patch-configure b/textproc/uim/files/patch-configure index f4fa7ee6522b..8797a60d41af 100644 --- a/textproc/uim/files/patch-configure +++ b/textproc/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 + |