pkgsrc/devel/libgnome/patches/patch-ab

13 lines
488 B
Text

$NetBSD: patch-ab,v 1.6 2004/05/02 20:36:08 adam Exp $
--- configure.orig Thu Apr 15 20:26:06 2004
+++ configure
@@ -1966,7 +1966,7 @@ if test -z "`$INTLTOOL_PERL -v | fgrep '
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
+if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
:
else
{ { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5