aboutsummaryrefslogtreecommitdiff
path: root/security/gnome-keyring/files/patch-library_gnome-keyring.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnome-keyring/files/patch-library_gnome-keyring.c')
-rw-r--r--security/gnome-keyring/files/patch-library_gnome-keyring.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/gnome-keyring/files/patch-library_gnome-keyring.c b/security/gnome-keyring/files/patch-library_gnome-keyring.c
new file mode 100644
index 000000000000..625a65cc72c0
--- /dev/null
+++ b/security/gnome-keyring/files/patch-library_gnome-keyring.c
@@ -0,0 +1,11 @@
+--- 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,