diff options
-rw-r--r-- | security/gnome-keyring/files/patch-library_gnome-keyring.c | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/security/gnome-keyring/files/patch-library_gnome-keyring.c b/security/gnome-keyring/files/patch-library_gnome-keyring.c index 594a3daed..625a65cc7 100644 --- a/security/gnome-keyring/files/patch-library_gnome-keyring.c +++ b/security/gnome-keyring/files/patch-library_gnome-keyring.c @@ -1,10 +1,11 @@ ---- library/gnome-keyring.c.orig 2008-02-26 20:04:07.000000000 -0600 -+++ library/gnome-keyring.c 2008-02-26 20:04:11.000000000 -0600 -@@ -1786,6 +1786,7 @@ - GnomeKeyringResult res; - gchar **daemonenv, **e; - gchar **parts; -+ extern char **environ; - - gkr_buffer_init_full (&send, 128, NORMAL_ALLOCATOR); +--- library/gnome-keyring.c.orig 2008-02-26 22:05:10.000000000 -0600 ++++ library/gnome-keyring.c 2008-02-26 22:05:30.000000000 -0600 +@@ -50,6 +50,8 @@ + #include <dbus/dbus.h> + #endif ++extern char **environ; ++ + typedef enum { + CALLBACK_DONE, + CALLBACK_GET_STRING, |