aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deskutils/plan/files/patch-main.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/plan/files/patch-main.c b/deskutils/plan/files/patch-main.c
new file mode 100644
index 000000000000..2a72efc4132d
--- /dev/null
+++ b/deskutils/plan/files/patch-main.c
@@ -0,0 +1,11 @@
+--- main.c.orig 2017-10-17 00:54:07.000000000 -0700
++++ main.c 2023-06-25 17:47:19.371176000 -0700
+@@ -123,7 +123,7 @@
+ XGCValues gcval;
+
+ #ifdef __FreeBSD__
+- atexit(plan_exit);
++ atexit((void *)plan_exit);
+ #endif
+ interactive = FALSE;
+ if ((progname = strrchr(argv[0], '/')) && progname[1])