openbsd-ports/mail/evolution/patches/patch-shell_main_c
jasper 48decda0b0 - update evolution to 2.12.1
- explicitly disable some stuff
- enable base plugins

"no objections here" martynas@

note, there is are some issues left, but this will be fixed shortly.
2007-11-21 16:18:15 +00:00

13 lines
417 B
Plaintext

$OpenBSD: patch-shell_main_c,v 1.3 2007/11/21 16:18:15 jasper Exp $
--- shell/main.c.orig Mon Sep 17 02:06:51 2007
+++ shell/main.c Wed Oct 31 16:47:44 2007
@@ -522,7 +522,7 @@ main (int argc, char **argv)
filename = g_build_filename (EVOLUTION_TOOLSDIR,
"killev",
NULL);
- execl (filename, "killev", NULL);
+ execl (filename, "killev", (void *)NULL);
/* Not reached */
exit (0);
}