summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-12-17 18:22:44 +0000
committerreed <reed@pkgsrc.org>2004-12-17 18:22:44 +0000
commit95b377114cf544109cc9a997e9c753c4c05eeac1 (patch)
treef1087d8ec7f4cb221a6863484d0ce0397e6e5bc5 /databases
parent6a9594c90b87e4c7ac143d9013c8ebe28ef136d6 (diff)
downloadpkgsrc-95b377114cf544109cc9a997e9c753c4c05eeac1.tar.gz
Patch added for configure so correct perl will be used.
This fixes error noticed on Mac OS X: configure: error: XML::Parser perl module is required for intltool (This is the same fix used for libgda also.)
Diffstat (limited to 'databases')
-rw-r--r--databases/libgnomedb/distinfo3
-rw-r--r--databases/libgnomedb/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/databases/libgnomedb/distinfo b/databases/libgnomedb/distinfo
index 4f9683657ec..7e2ed526234 100644
--- a/databases/libgnomedb/distinfo
+++ b/databases/libgnomedb/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.9 2004/04/20 16:26:01 jmmv Exp $
+$NetBSD: distinfo,v 1.10 2004/12/17 18:22:44 reed Exp $
SHA1 (libgnomedb-1.0.4.tar.bz2) = 9c50cbe53d554c4b1581035681932f2f6b46d40b
Size (libgnomedb-1.0.4.tar.bz2) = 621983 bytes
+SHA1 (patch-aa) = c2b274299c89f66925d67cd1c49bacbe8d1f529b
SHA1 (patch-ab) = ee7da278677dcc63f21edd994b52b62577ce5058
diff --git a/databases/libgnomedb/patches/patch-aa b/databases/libgnomedb/patches/patch-aa
new file mode 100644
index 00000000000..4e7443e2d85
--- /dev/null
+++ b/databases/libgnomedb/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.5 2004/12/17 18:22:44 reed Exp $
+
+--- configure.orig Fri Dec 17 11:57:56 2004
++++ configure Fri Dec 17 11:57:04 2004
+@@ -2038,7 +2038,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