diff options
author | adam <adam> | 2004-05-02 20:34:38 +0000 |
---|---|---|
committer | adam <adam> | 2004-05-02 20:34:38 +0000 |
commit | 548a89e1a501189262b21fd9b6195a76fad82213 (patch) | |
tree | 0987fcfce83ab2614c0294150464fbd8706e428c /devel/libbonoboui | |
parent | dbde02f8573ff6c58d0c4a9772e9cfc310cdf4ad (diff) | |
download | pkgsrc-548a89e1a501189262b21fd9b6195a76fad82213.tar.gz |
Fix multiple perl problem (like on Darwin/MacOSX)
Diffstat (limited to 'devel/libbonoboui')
-rw-r--r-- | devel/libbonoboui/distinfo | 3 | ||||
-rw-r--r-- | devel/libbonoboui/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/libbonoboui/distinfo b/devel/libbonoboui/distinfo index 9c6faca1098..3a9ecfee8d4 100644 --- a/devel/libbonoboui/distinfo +++ b/devel/libbonoboui/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.10 2004/04/01 18:23:21 jmmv Exp $ +$NetBSD: distinfo,v 1.11 2004/05/02 20:34:38 adam Exp $ SHA1 (libbonoboui-2.6.0.tar.bz2) = d6b94b814062cb7ab5d40c7a9b071c9df0cc318d Size (libbonoboui-2.6.0.tar.bz2) = 917849 bytes +SHA1 (patch-aa) = 6daf995a4ccaa6fc707a869563edcb7cddc1c4f8 diff --git a/devel/libbonoboui/patches/patch-aa b/devel/libbonoboui/patches/patch-aa new file mode 100644 index 00000000000..305ef757db9 --- /dev/null +++ b/devel/libbonoboui/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2004/05/02 20:35:00 adam Exp $ + +--- configure.orig Fri Apr 16 08:05:48 2004 ++++ configure +@@ -2035,7 +2035,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 |