$OpenBSD: patch-jpilot-merge_c,v 1.1 2021/02/20 16:54:24 ajacoutot Exp $

Fix for -fno-common.

Index: jpilot-merge.c
--- jpilot-merge.c.orig
+++ jpilot-merge.c
@@ -57,6 +57,7 @@
  * The variables below are global variables in jpilot.c which are unused in
  * this code but must be instantiated for the code to compile.  
  * The same is true of the functions which are only used in GUI mode. */
+int pipe_to_parent = 0;
 pid_t jpilot_master_pid = -1;
 GtkWidget *glob_dialog;
 GtkWidget *glob_date_label;
