diff options
author | Stephen Hurd <shurd@FreeBSD.org> | 2014-11-23 19:33:16 +0000 |
---|---|---|
committer | Stephen Hurd <shurd@FreeBSD.org> | 2014-11-23 19:33:16 +0000 |
commit | 98881e80cbae5fe0f0cc4e5811b75498a751b36c (patch) | |
tree | 9c0cdb26d0c84fb7816e0f93c5ac4f77dc15520e /comms/qsstv/files/patch-qsstv_drmrx_channeldecode.cpp | |
parent | Cleanup plist (diff) |
Update to 8.2.8
Change Maintainer to hamradio@
Install (now pre-generated) documentation
From the release announcement:
- compatibility with Easypal Oct 2014: change in hybrid mode
Diffstat (limited to 'comms/qsstv/files/patch-qsstv_drmrx_channeldecode.cpp')
-rw-r--r-- | comms/qsstv/files/patch-qsstv_drmrx_channeldecode.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/qsstv/files/patch-qsstv_drmrx_channeldecode.cpp b/comms/qsstv/files/patch-qsstv_drmrx_channeldecode.cpp new file mode 100644 index 000000000000..a24f8a88ee7d --- /dev/null +++ b/comms/qsstv/files/patch-qsstv_drmrx_channeldecode.cpp @@ -0,0 +1,10 @@ +--- qsstv/drmrx/channeldecode.cpp.orig 2014-04-08 02:02:06.000000000 -0700 ++++ qsstv/drmrx/channeldecode.cpp 2014-04-08 02:03:28.000000000 -0700 +@@ -29,7 +29,6 @@ + #include <stdlib.h> + #include <sys/types.h> + #include <math.h> +-#include <malloc.h> + #include <float.h> + #include "structtemplates.h" + #include "drmproto.h" |