summaryrefslogtreecommitdiff
path: root/databases/libgda/patches/patch-ad
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-12-17 18:20:32 +0000
committerreed <reed@pkgsrc.org>2004-12-17 18:20:32 +0000
commitb3ebd23fddaa132ef2d1bd182837ca8da6447d55 (patch)
treeab0fc4da65b29c21264c85759b6572078b04dfa2 /databases/libgda/patches/patch-ad
parent126d876ff2fcd9ac988ff57791b57a30bee4a7bd (diff)
downloadpkgsrc-b3ebd23fddaa132ef2d1bd182837ca8da6447d55.tar.gz
Patch for configure added so correct perl will be used.
Fixes error caused by using native perl: configure: error: XML::Parser perl module is required for intltool (Noticed on Mac OS X. Okay'd by minskim.)
Diffstat (limited to 'databases/libgda/patches/patch-ad')
-rw-r--r--databases/libgda/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/libgda/patches/patch-ad b/databases/libgda/patches/patch-ad
new file mode 100644
index 00000000000..6130e20080f
--- /dev/null
+++ b/databases/libgda/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2004/12/17 18:20:32 reed Exp $
+
+--- configure.orig Thu Dec 16 17:58:45 2004
++++ configure Thu Dec 16 17:59:41 2004
+@@ -2046,7 +2046,7 @@
+ 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