summaryrefslogtreecommitdiff
path: root/databases/libgnomedb
diff options
context:
space:
mode:
authorreed <reed>2004-12-17 18:22:44 +0000
committerreed <reed>2004-12-17 18:22:44 +0000
commitc2e723bd919df6f550e960e261154f1c1496ec33 (patch)
treef1087d8ec7f4cb221a6863484d0ce0397e6e5bc5 /databases/libgnomedb
parent9ed2f09204d1edfa3a395d48dbcb561c18a3f85c (diff)
downloadpkgsrc-c2e723bd919df6f550e960e261154f1c1496ec33.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/libgnomedb')
-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