diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-11-09 12:11:12 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-11-09 12:11:12 +0100 |
commit | dd0d32a03ac74e998d54a0c8f6e84394151777f2 (patch) | |
tree | 43cb353191e60720e1563c8c6abb27fc3be20ec8 /community/gnome-keyring/fix-includes.patch | |
parent | 4b9096b304c556fc26e8af78ec222b5a4b5d0fbd (diff) | |
download | aports-dd0d32a03ac74e998d54a0c8f6e84394151777f2.tar.bz2 aports-dd0d32a03ac74e998d54a0c8f6e84394151777f2.tar.xz |
main/gnome-keyring: move to community
Diffstat (limited to 'community/gnome-keyring/fix-includes.patch')
-rw-r--r-- | community/gnome-keyring/fix-includes.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/gnome-keyring/fix-includes.patch b/community/gnome-keyring/fix-includes.patch new file mode 100644 index 0000000000..e8e3e20f52 --- /dev/null +++ b/community/gnome-keyring/fix-includes.patch @@ -0,0 +1,10 @@ +--- gnome-keyring-2.32.1.orig/pkcs11/rpc-layer/gkm-rpc-daemon-standalone.c ++++ gnome-keyring-2.32.1/pkcs11/rpc-layer/gkm-rpc-daemon-standalone.c +@@ -32,6 +32,7 @@ + #include <unistd.h> + #include <stdlib.h> + #include <string.h> ++#include <sys/select.h> + + #include <dlfcn.h> + #include <pthread.h> |