summaryrefslogtreecommitdiff
path: root/devel/libbonobo/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-04-14 20:23:41 +0000
committeradam <adam@pkgsrc.org>2004-04-14 20:23:41 +0000
commit88caa1a2a23b6e57abae8705e9c34ed511f1eebb (patch)
tree3afde8ba9d724abd727c3145bfa5d94e61a01974 /devel/libbonobo/patches
parent328874a9d73ca3d699297e7d9a0f71c6fd500f13 (diff)
downloadpkgsrc-88caa1a2a23b6e57abae8705e9c34ed511f1eebb.tar.gz
Changes to pkgsrc:
* always use pkgsrc 'perl' * do not use -no-undefined Now builds on Darwin
Diffstat (limited to 'devel/libbonobo/patches')
-rw-r--r--devel/libbonobo/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/libbonobo/patches/patch-ae b/devel/libbonobo/patches/patch-ae
new file mode 100644
index 00000000000..549f79bbae7
--- /dev/null
+++ b/devel/libbonobo/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2004/04/14 20:23:41 adam Exp $
+
+--- configure.orig Tue Apr 6 18:26:26 2004
++++ configure
+@@ -2059,7 +2059,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