summaryrefslogtreecommitdiff
path: root/textproc/intltool/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/intltool/patches/patch-ab')
-rw-r--r--textproc/intltool/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/intltool/patches/patch-ab b/textproc/intltool/patches/patch-ab
new file mode 100644
index 00000000000..58ad50b080c
--- /dev/null
+++ b/textproc/intltool/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2004/02/06 18:26:49 minskim Exp $
+
+--- intltool.m4.orig 2004-01-31 15:57:20.000000000 -0600
++++ intltool.m4
+@@ -95,7 +95,7 @@ fi
+ if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
+ AC_MSG_ERROR([perl 5.x required for intltool])
+ fi
+-if `perl -e "require XML::Parser" 2>/dev/null`; then
++if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
+ :
+ else
+ AC_MSG_ERROR([XML::Parser perl module is required for intltool])