Prefer pkgsrc 'perl' over system 'perl' = now compiles on Darwin
This commit is contained in:
parent
ef2a2814e9
commit
cac29bdd97
1 changed files with 13 additions and 0 deletions
13
databases/shared-mime-info/patches/patch-ab
Normal file
13
databases/shared-mime-info/patches/patch-ab
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-ab,v 1.1 2004/04/05 18:16:20 adam Exp $
|
||||
|
||||
--- configure.orig Mon Apr 5 19:39:49 2004
|
||||
+++ configure
|
||||
@@ -1779,7 +1779,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
|
Loading…
Reference in a new issue