summaryrefslogtreecommitdiff
path: root/comms/qsstv/files/patch-qsstv_drmrx_mkfacmap.cpp
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2021-12-06 18:02:48 -0500
committerCharlie Li <vishwin@FreeBSD.org>2021-12-07 10:42:30 -0500
commitb040d3ad8fb1a60ee5a6e8b2c0dabf98970405cf (patch)
treef369a40e53be40d4f65eafb3dc0e16f2a834a8b1 /comms/qsstv/files/patch-qsstv_drmrx_mkfacmap.cpp
parentdevel/py-jsonschema: add dependency on devel/py-importlib-resources (diff)
comms/qsstv: update to 9.5.8
Now builds and runs with current hamlib. Changelog: http://users.telenet.be/on4qz/qsstv/manual/changelog.html DOCS option removed since building it continues to be problematic, and the upstream author encourages using the online documentation anyway. Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D33313
Diffstat (limited to 'comms/qsstv/files/patch-qsstv_drmrx_mkfacmap.cpp')
-rw-r--r--comms/qsstv/files/patch-qsstv_drmrx_mkfacmap.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/comms/qsstv/files/patch-qsstv_drmrx_mkfacmap.cpp b/comms/qsstv/files/patch-qsstv_drmrx_mkfacmap.cpp
deleted file mode 100644
index bedee0f9c0c2..000000000000
--- a/comms/qsstv/files/patch-qsstv_drmrx_mkfacmap.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- qsstv/drmrx/mkfacmap.cpp.orig 2019-04-18 21:11:46 UTC
-+++ qsstv/drmrx/mkfacmap.cpp
-@@ -27,7 +27,6 @@
-
- #include <stdio.h>
- #include <stdlib.h>
--#include <malloc.h>
- int mkfacmap(int robustness_mode, int K_dc, int K_modulo, int /*@out@ */ *FACmap)
- {
- int elem_cnt, i;