From a12218ff54a723f9693aaf2e0e42c3ea4ca8ca92 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 25 Feb 2009 21:52:01 +0000 Subject: Fix the build on -CURRENT. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11923 df743ca5-7f9a-e211-a948-0013205c9059 --- security/gnome-keyring/files/patch-egg_egg-asn1.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 security/gnome-keyring/files/patch-egg_egg-asn1.h diff --git a/security/gnome-keyring/files/patch-egg_egg-asn1.h b/security/gnome-keyring/files/patch-egg_egg-asn1.h new file mode 100644 index 000000000..a3d4296af --- /dev/null +++ b/security/gnome-keyring/files/patch-egg_egg-asn1.h @@ -0,0 +1,14 @@ +--- egg/egg-asn1.h.orig 2009-02-25 16:40:49.000000000 -0500 ++++ egg/egg-asn1.h 2009-02-25 16:41:21.000000000 -0500 +@@ -75,9 +75,9 @@ gchar* egg_asn1_read_dn + gchar* egg_asn1_read_dn_part (ASN1_TYPE asn, const gchar *part, const gchar *match); + + +-glong egg_asn1_time_parse_utc (const gchar* value); ++time_t egg_asn1_time_parse_utc (const gchar* value); + +-glong egg_asn1_time_parse_general (const gchar* value); ++time_t egg_asn1_time_parse_general (const gchar* value); + + + typedef void (*EggAsn1DnCallback) (guint index, GQuark oid, const guchar *value, -- cgit v1.2.3