diff options
Diffstat (limited to 'mail/evolution-data-server/patches/patch-ab')
-rw-r--r-- | mail/evolution-data-server/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/evolution-data-server/patches/patch-ab b/mail/evolution-data-server/patches/patch-ab new file mode 100644 index 00000000000..d77298b2cf8 --- /dev/null +++ b/mail/evolution-data-server/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2004/10/19 20:13:44 jmmv Exp $ + +--- src/server.c.orig 2004-10-19 21:26:40.000000000 +0200 ++++ src/server.c +@@ -32,6 +32,7 @@ + #include <sys/signal.h> + #include <unistd.h> + #include <pthread.h> ++#include <signal.h> + + #include <glib.h> + #include <libgnome/gnome-init.h> |