diff options
author | adam <adam@pkgsrc.org> | 2004-04-14 20:23:41 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-04-14 20:23:41 +0000 |
commit | cef14f643937960bf854c924e23ead27bcde9e98 (patch) | |
tree | 3afde8ba9d724abd727c3145bfa5d94e61a01974 /devel/libbonobo | |
parent | 82b9eb35827ad4359b7a7970a31ad76d71faecf3 (diff) | |
download | pkgsrc-cef14f643937960bf854c924e23ead27bcde9e98.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-ae | 13 |
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 |