svn commit: r546815 - head/comms/dsd/files

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 20:00:40 UTC 2020


Author: tcberner
Date: Fri Aug 28 20:00:39 2020
New Revision: 546815
URL: https://svnweb.freebsd.org/changeset/ports/546815

Log:
  comms/dsd: fix build on recent current

Added:
  head/comms/dsd/files/
  head/comms/dsd/files/patch-dsd.h   (contents, props changed)
  head/comms/dsd/files/patch-dsd__main.c   (contents, props changed)

Added: head/comms/dsd/files/patch-dsd.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/dsd/files/patch-dsd.h	Fri Aug 28 20:00:39 2020	(r546815)
@@ -0,0 +1,11 @@
+--- dsd.h.orig	2020-08-28 19:58:20 UTC
++++ dsd.h
+@@ -40,7 +40,7 @@
+ /*
+  * global variables
+  */
+-int exitflag;
++extern int exitflag;
+ 
+ 
+ typedef struct

Added: head/comms/dsd/files/patch-dsd__main.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/dsd/files/patch-dsd__main.c	Fri Aug 28 20:00:39 2020	(r546815)
@@ -0,0 +1,11 @@
+--- dsd_main.c.orig	2020-08-28 19:59:00 UTC
++++ dsd_main.c
+@@ -25,6 +25,8 @@
+ #include "dmr_const.h"
+ #include "provoice_const.h"
+ 
++int exitflag;
++
+ int
+ comp (const void *a, const void *b)
+ {


More information about the svn-ports-head mailing list