summaryrefslogtreecommitdiff
path: root/devel/libgnome/patches
diff options
context:
space:
mode:
authoradam <adam>2004-05-02 20:34:38 +0000
committeradam <adam>2004-05-02 20:34:38 +0000
commit548a89e1a501189262b21fd9b6195a76fad82213 (patch)
tree0987fcfce83ab2614c0294150464fbd8706e428c /devel/libgnome/patches
parentdbde02f8573ff6c58d0c4a9772e9cfc310cdf4ad (diff)
downloadpkgsrc-548a89e1a501189262b21fd9b6195a76fad82213.tar.gz
Fix multiple perl problem (like on Darwin/MacOSX)
Diffstat (limited to 'devel/libgnome/patches')
-rw-r--r--devel/libgnome/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/libgnome/patches/patch-ab b/devel/libgnome/patches/patch-ab
new file mode 100644
index 00000000000..d882f64375f
--- /dev/null
+++ b/devel/libgnome/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.6 2004/05/02 20:36:08 adam Exp $
+
+--- configure.orig Thu Apr 15 20:26:06 2004
++++ configure
+@@ -1966,7 +1966,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