diff options
author | db <db@FreeBSD.org> | 2016-12-07 23:23:56 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2016-12-07 23:23:56 +0800 |
commit | f16c6bf3658e3a9c41f479b5b9d5ad0043bdc0eb (patch) | |
tree | c5f1c0404bba0a7d95b855f6b78a6bc047bb4032 /comms/linrad | |
parent | 845fb5c8d0b8f578dfb1a02b391f9417b17d45df (diff) | |
download | freebsd-ports-gnome-f16c6bf3658e3a9c41f479b5b9d5ad0043bdc0eb.tar.gz freebsd-ports-gnome-f16c6bf3658e3a9c41f479b5b9d5ad0043bdc0eb.tar.zst freebsd-ports-gnome-f16c6bf3658e3a9c41f479b5b9d5ad0043bdc0eb.zip |
Fix build for latest clang import
Reported by: pkg-fallout@
Diffstat (limited to 'comms/linrad')
-rw-r--r-- | comms/linrad/files/patch-morse.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/linrad/files/patch-morse.c b/comms/linrad/files/patch-morse.c new file mode 100644 index 000000000000..aae4a77e98ec --- /dev/null +++ b/comms/linrad/files/patch-morse.c @@ -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 + { |