openbsd-ports/mail/evolution/patches/patch-shell_main_c
jasper 7367bbd450 - update evolution to 2.28.0
* among the many, many changes are the pst-importer plugin

if there is any fallout, it'll be fixed soon
2009-10-13 22:07:04 +00:00

13 lines
419 B
Plaintext

$OpenBSD: patch-shell_main_c,v 1.6 2009/10/13 22:07:04 jasper Exp $
--- shell/main.c.orig Mon Jul 13 09:45:14 2009
+++ shell/main.c Tue Oct 13 15:30:41 2009
@@ -648,7 +648,7 @@ main (gint argc, gchar **argv)
filename = g_build_filename (EVOLUTION_TOOLSDIR,
"killev",
NULL);
- execl (filename, "killev", NULL);
+ execl (filename, "killev", (void *)NULL);
/* Not reached */
exit (0);
}