summaryrefslogtreecommitdiff
path: root/devel/libbonobo
diff options
context:
space:
mode:
authoradam <adam>2004-04-14 20:23:41 +0000
committeradam <adam>2004-04-14 20:23:41 +0000
commit8a6d80d246356da150a1dc966d68f379bf25a2cf (patch)
tree3afde8ba9d724abd727c3145bfa5d94e61a01974 /devel/libbonobo
parent9671cd266c6966c3892e9c925f5983eecaeacc27 (diff)
downloadpkgsrc-8a6d80d246356da150a1dc966d68f379bf25a2cf.tar.gz
Changes to pkgsrc:
* always use pkgsrc 'perl' * do not use -no-undefined Now builds on Darwin
Diffstat (limited to 'devel/libbonobo')
-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