diff options
Diffstat (limited to 'security/gnomekeyring/files')
-rw-r--r-- | security/gnomekeyring/files/patch-configure | 10 | ||||
-rw-r--r-- | security/gnomekeyring/files/patch-gnome-keyring-daemon-io.c | 11 |
2 files changed, 21 insertions, 0 deletions
diff --git a/security/gnomekeyring/files/patch-configure b/security/gnomekeyring/files/patch-configure new file mode 100644 index 000000000..f195f07b4 --- /dev/null +++ b/security/gnomekeyring/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Dec 11 18:31:51 2002 ++++ configure Thu Dec 12 12:07:17 2002 +@@ -7414,6 +7414,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/security/gnomekeyring/files/patch-gnome-keyring-daemon-io.c b/security/gnomekeyring/files/patch-gnome-keyring-daemon-io.c new file mode 100644 index 000000000..6ab839bd0 --- /dev/null +++ b/security/gnomekeyring/files/patch-gnome-keyring-daemon-io.c @@ -0,0 +1,11 @@ +--- gnome-keyring-daemon-io.c.orig Mon Dec 8 15:39:44 2003 ++++ gnome-keyring-daemon-io.c Mon Dec 8 15:40:28 2003 +@@ -30,6 +30,8 @@ + #include <sys/types.h> + #include <sys/socket.h> + #include <sys/un.h> ++#include <sys/uio.h> ++#include <unistd.h> + + #include "gnome-keyring.h" + #include "gnome-keyring-private.h" |