diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-02-26 05:52:01 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-02-26 05:52:01 +0800 |
commit | a12218ff54a723f9693aaf2e0e42c3ea4ca8ca92 (patch) | |
tree | babb0e32e8cabc907c4733cd0ddc972252f43bc7 /security/gnome-keyring | |
parent | afbd6cdf6fc6ba72b0926bb6b91743446edd6d8f (diff) | |
download | marcuscom-ports-a12218ff54a723f9693aaf2e0e42c3ea4ca8ca92.tar marcuscom-ports-a12218ff54a723f9693aaf2e0e42c3ea4ca8ca92.tar.gz marcuscom-ports-a12218ff54a723f9693aaf2e0e42c3ea4ca8ca92.tar.bz2 marcuscom-ports-a12218ff54a723f9693aaf2e0e42c3ea4ca8ca92.tar.lz marcuscom-ports-a12218ff54a723f9693aaf2e0e42c3ea4ca8ca92.tar.xz marcuscom-ports-a12218ff54a723f9693aaf2e0e42c3ea4ca8ca92.tar.zst marcuscom-ports-a12218ff54a723f9693aaf2e0e42c3ea4ca8ca92.zip |
Fix the build on -CURRENT.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11923 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnome-keyring')
-rw-r--r-- | security/gnome-keyring/files/patch-egg_egg-asn1.h | 14 |
1 files changed, 14 insertions, 0 deletions
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, |