svn commit: r428065 - head/comms/linrad/files

Diane Bruce db at FreeBSD.org
Wed Dec 7 15:23:57 UTC 2016


Author: db
Date: Wed Dec  7 15:23:56 2016
New Revision: 428065
URL: https://svnweb.freebsd.org/changeset/ports/428065

Log:
  Fix build for latest clang import
  
  Reported by:	pkg-fallout@

Added:
  head/comms/linrad/files/patch-morse.c   (contents, props changed)

Added: head/comms/linrad/files/patch-morse.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/linrad/files/patch-morse.c	Wed Dec  7 15:23:56 2016	(r428065)
@@ -0,0 +1,11 @@
+--- morse.c.orig	2016-12-07 15:17:38 UTC
++++ morse.c
+@@ -80,7 +80,7 @@ int i, j;
+ float r1;
+ if(charbits > 6)
+   {
+-  chr=243;
++  chr=(char)243;
+   }
+ else
+   {


More information about the svn-ports-head mailing list