pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libbonobo/patches Changes to pkgsrc:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e25cce72630
branches:  trunk
changeset: 472963:2e25cce72630
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 14 20:23:41 2004 +0000

description:
Changes to pkgsrc:
* always use pkgsrc 'perl'
* do not use -no-undefined
Now builds on Darwin

diffstat:

 devel/libbonobo/patches/patch-ae |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 3840f69ba3f2 -r 2e25cce72630 devel/libbonobo/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libbonobo/patches/patch-ae  Wed Apr 14 20:23:41 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index