pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/shared-mime-info/patches Prefer pkgsrc 'perl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/115dd4b5122e
branches:  trunk
changeset: 472162:115dd4b5122e
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 05 18:16:20 2004 +0000

description:
Prefer pkgsrc 'perl' over system 'perl' = now compiles on Darwin

diffstat:

 databases/shared-mime-info/patches/patch-ab |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 0d0b429d0f61 -r 115dd4b5122e databases/shared-mime-info/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/shared-mime-info/patches/patch-ab       Mon Apr 05 18:16:20 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index