diff options
Diffstat (limited to 'x11/gnome-session/patches/patch-ae')
-rw-r--r-- | x11/gnome-session/patches/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/gnome-session/patches/patch-ae b/x11/gnome-session/patches/patch-ae new file mode 100644 index 00000000000..17ee2a9d36b --- /dev/null +++ b/x11/gnome-session/patches/patch-ae @@ -0,0 +1,12 @@ +$NetBSD: patch-ae,v 1.6 2008/10/16 18:17:30 drochner Exp $ + +--- gnome-session/gsm-autostart-app.c.orig 2008-10-15 19:38:53.000000000 +0200 ++++ gnome-session/gsm-autostart-app.c +@@ -25,6 +25,7 @@ + #include <string.h> + #include <sys/wait.h> + #include <errno.h> ++#include <signal.h> + + #include <glib.h> + #include <gio/gio.h> |